Paketname | libcrypt-des-ede3-perl |
Beschreibung | Triple-DES EDE encryption/decryption for perl |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.01-1.1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | libcrypt-des-perl, perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 6408 Byte |
Prüfsumme MD5 | f1ce1b7a84b459dbca8a247a7ebaf36a |
Prüfsumme SHA1 | 4d5f5e9f508d73e7b8befbf011f5433cffa1397e |
Prüfsumme SHA256 | 053192437410d2c5742bbe5412a326d1fc7984782ef7fb418e58561843f9fa4c |
Link zum Herunterladen | libcrypt-des-ede3-perl_0.01-1.1_all.deb |
Ausführliche Beschreibung | Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
encryption where an encrypt operation is encrypt-decrypt-encrypt, and
decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
to do its dirty DES work, and simply provides a wrapper around that
module: setting up the individual DES ciphers, initializing the keys,
and performing the encryption/decryption steps.
.
You're probably best off not using this module directly, as the encrypt
and decrypt methods expect 8-octet blocks. You might want to use the
module in conjunction with Crypt::CBC, for example. This would be
DES-EDE3-CBC, or triple-DES in outer CBC mode.
|