Crypt::DES - Perl DES encryption module https://www.cpan.org/
Go to file
2024-01-06 08:44:56 +01:00
perl-Crypt-DES.spec rebuilt with perl 5.36.0 [release 2.07-3mamba;Mon Apr 17 2023] 2024-01-06 08:44:56 +01:00
README.md automatic update by autodist [release 2.07-1mamba;Sun Jul 28 2013] 2024-01-06 08:44:56 +01:00

perl-Crypt-DES

The Crypt::DES module implements the Crypt::CBC interface. Do note that DES only uses 8 byte keys and only works on 8 byte data blocks. If you're intending to encrypt larger blocks or entire files, please use Crypt::CBC in conjunction with this module. Also note that the DES algorithm is, by today's standard, weak encryption. Crypt::Blowfish is highly recommended if you're interested in using strong encryption and a faster algorithm.