Paketname | libcrypt-des-ede3-perl |
Beschreibung | Triple-DES EDE encryption/decryption for perl |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.01-1.1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | libcrypt-des-perl, perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Pierre-Matthieu Alamy |
Quelle | |
Paketgröße | 6296 Byte |
Prüfsumme MD5 | 6f636194452c5dbd114a8b8903b1dee2 |
Prüfsumme SHA1 | c1c5fad4ed9bcd634158ed9bfb838e0453f1ee00 |
Prüfsumme SHA256 | 1a4bc914950b11655ab8850c58e3f79801b39e6d5644ddc1fd5373f05ffae7b2 |
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.
|