DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibcrypt-des-ede3-perl
BeschreibungTriple-DES EDE encryption/decryption for perl
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.01-1.1
Sektionperl
Prioritätoptional
Installierte Größe60 Byte
Hängt ab vonlibcrypt-des-perl, perl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerPierre-Matthieu Alamy
Quelle
Paketgröße6296 Byte
Prüfsumme MD56f636194452c5dbd114a8b8903b1dee2
Prüfsumme SHA1c1c5fad4ed9bcd634158ed9bfb838e0453f1ee00
Prüfsumme SHA2561a4bc914950b11655ab8850c58e3f79801b39e6d5644ddc1fd5373f05ffae7b2
Link zum Herunterladenlibcrypt-des-ede3-perl_0.01-1.1_all.deb
Ausführliche BeschreibungCrypt::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.


Impressum
Linux is a registered trademark of Linus Torvalds