search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
8 lines
425 B
Text
8 lines
425 B
Text
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: https://metacpan.org/release/Crypt-CFB
|