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 Ubuntu Archiv lucid (universe)
Version1.40-2
Sektionuniverse/perl
Prioritätoptional
Installierte Größe84 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße14816 Byte
Prüfsumme MD5a9555278416962291fcb308f050bee04
Prüfsumme SHA14e3c32745976ea3b755759ba10ff85f61b4d5c30
Prüfsumme SHA256590722326042e719bf1c451a7c0901bdbdf9727968f2ecf9d74b50c953470913
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