Paketname | libcrypt-ecb-perl |
Beschreibung | Perl library to encrypt data using ECB mode |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.40-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 84 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ivan Kohler |
Quelle | |
Paketgröße | 14744 Byte |
Prüfsumme MD5 | c24cf88dce868f5edeca6853dd7fd35d |
Prüfsumme SHA1 | bbd18933b28a0f0d1fb6ff4c9e7801bb802fdbec |
Prüfsumme SHA256 | 1bca022d1a4a77ed5e94822a9d8528024a2b0505c09139c1c6661bfc1785b4f1 |
Link zum Herunterladen | libcrypt-ecb-perl_1.40-2_all.deb |
Ausführliche Beschreibung | This module is a Perl-only implementation of the ECB mode. In
combination with a block cipher such as DES, IDEA or Blowfish, you can
encrypt and decrypt messages of arbitrarily long length. Though for
security reasons other modes than ECB such as CBC should be preferred.
See textbooks on cryptography if you want to know why.
.
The functionality of the module can be accessed via OO methods or via
standard function calls. Remember that some crypting module like for
example Blowfish has to be installed. The syntax follows that of
Crypt::CBC meaning you can access Crypt::ECB exactly like Crypt::CBC,
though Crypt::ECB is more flexible. For example you can change the key
or the cipher without having to create a new crypt object.
|