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

Changelog

libcrypt-hcesha-perl (0.75-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 22:26:19 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-hcesha-perl_0.75-2.dsc 2.1 KiB 95a46f400c9c30bbdf05e2f96b5415a6c71495d057637e796120a37788a7ebb2
libcrypt-hcesha-perl_0.75.orig.tar.gz 5.9 KiB ca3a8bf02c57dfbf355a851cf8f70b0fd5f0b0d8926d8c50770fce56cfded890
libcrypt-hcesha-perl_0.75-2.debian.tar.xz 3.0 KiB d1861eb16158b10867032b633d8555d8cc99f61673a332199f31fd6311e61118

Available diffs

No changes file available.

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.