Pullup ticket #3518.
[pkgsrcv2.git] / security / p5-Crypt-ECB / DESCR
1 This is Crypt::ECB, a Perl-only implementation of the ECB mode.  In
2 combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt
3 and decrypt messages of arbitrarily long length.  Though for security reasons
4 other modes than ECB such as CBC should be preferred.  See textbooks on
5 cryptography if you want to know why.
6
7 In addition to this module you will need to install one or more of the
8 Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules.