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-ecb-perl
BeschreibungPerl library to encrypt data using ECB mode
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.40-2
Sektionperl
Prioritätoptional
Installierte Größe84 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerIvan Kohler
Quelle
Paketgröße14744 Byte
Prüfsumme MD5c24cf88dce868f5edeca6853dd7fd35d
Prüfsumme SHA1bbd18933b28a0f0d1fb6ff4c9e7801bb802fdbec
Prüfsumme SHA2561bca022d1a4a77ed5e94822a9d8528024a2b0505c09139c1c6661bfc1785b4f1
Link zum Herunterladenlibcrypt-ecb-perl_1.40-2_all.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds