libcrypt-hcesha-perl 0.70-2 source package in Ubuntu

Changelog

libcrypt-hcesha-perl (0.70-2) unstable; urgency=low

  * new standards version
  * fixed typo in package description
  * fixed Make clean in debian/control

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  04 Nov 2008 21:30:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
Original maintainer:
Jonas Genannt
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libcrypt-hcesha-perl_0.70.orig.tar.gz 5.4 KiB a77dd17628449a45ffed24836dce0ab0975ef65b6907d7ec287f37a661f50264
libcrypt-hcesha-perl_0.70-2.diff.gz 2.3 KiB a10a2c0be25d767e6a88222a5809a7b9885c4a2b24e92e363b44a4783b230f00
libcrypt-hcesha-perl_0.70-2.dsc 1.1 KiB aee20b5b4def0b6a3a0a246ecb44442e5946e2548be85e895ae3539972138415

Available diffs

View changes file

Binary packages built by this source

libcrypt-hcesha-perl: Perl extension for one way hash chaining encryption using SHA

 This 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.