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-hcesha-perl
BeschreibungPerl extension for one way hash chaining encryption using SHA
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.70-2
Sektionuniverse/perl
Prioritätoptional
Installierte Größe100 Byte
Hängt ab vonperl (>= 5.6.0-16), libdigest-sha1-perl, libmime-base64-perl
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße9990 Byte
Prüfsumme MD513141cc48c5733b7e99968d5254cceba
Prüfsumme SHA191aaa2d2fe71ff06c4f2ffc9dc0d92e7950791a0
Prüfsumme SHA2567ac72a156327d5756dcada204b8aa464b747547ccc0d6ac31db057476edb475b
Link zum Herunterladenlibcrypt-hcesha-perl_0.70-2_all.deb
Ausführliche BeschreibungThis module implements a chaining block cipher using a one way hash. This method of encryption is the same that is used by radius (RFC2138) and is also described in Applied Cryptography. . Two interfaces are provided in the module. The first is straight block encryption/decryption the second does base64 mime encoding/decoding of the encrypted/decrypted blocks. . The idea is that the two sides have a shared secret that supplies one of the keys and a randomly generated block of bytes provides the second key. The random key is passed in cleartext between the two sides. . An example client and server are packaged as modules with this module. They are used in the tests. They can be found in the examples directory.


Impressum
Linux is a registered trademark of Linus Torvalds