2005-12-18 22:55:15 +01:00
|
|
|
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.
|
|
|
|
|
2006-02-20 21:50:22 +01:00
|
|
|
WWW: http://search.cpan.org/dist/Crypt-CFB/
|