diff options
Diffstat (limited to 'security/p5-Crypt-CFB/pkg-descr')
-rw-r--r-- | security/p5-Crypt-CFB/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/security/p5-Crypt-CFB/pkg-descr b/security/p5-Crypt-CFB/pkg-descr new file mode 100644 index 00000000000..3a99acb1e00 --- /dev/null +++ b/security/p5-Crypt-CFB/pkg-descr @@ -0,0 +1,8 @@ +Generic CFB implementation in pure Perl. The Cipher Feedback Mode module +constructs a stream cipher from a block cipher or cryptographic hash funtion +and returns it as an object. Any block cipher in the Crypt:: class can be +used, as long as it supports the blocksize and keysize methods. Any hash +function in the Digest:: class can be used, as long as it supports the +add method. + +WWW: http://search.cpan.org/dist/Crypt-CFB |