K 10 svn:author V 5 erwin K 8 svn:date V 27 2005-12-18T21:55:15.000000Z K 7 svn:log V 471 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 PR: ports/90611 Submitted by: Gabor Kovesdan END