libcrypt-eksblowfish-perl 0.008-1build1 source package in Ubuntu

Changelog

libcrypt-eksblowfish-perl (0.008-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 12:50:34 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Ivan Kohler
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcrypt-eksblowfish-perl_0.008.orig.tar.gz 34.5 KiB af7840a90fdb6f4487f1e4d87ce8ed120be3e5e5d9a5e647833bb6feb1b7cd07
libcrypt-eksblowfish-perl_0.008-1build1.diff.gz 2.9 KiB 2826d024d9209bde0ace3540ca1351778823fea1324cfa31b28aa3cf739126e5
libcrypt-eksblowfish-perl_0.008-1build1.dsc 1.8 KiB d4c64120387df4de66962ec2fd0d989ced16fad7e6cd68286327478cbdc2eb5d

Available diffs

View changes file

Binary packages built by this source

libcrypt-eksblowfish-perl: Perl module implementing the Eksblowfish block cipher

 An object of this type encapsulates a keyed instance of the Eksblowfish
 block cipher, ready to encrypt and decrypt.
 .
 Eksblowfish is a variant of the Blowfish cipher, modified to make the
 key setup very expensive. ("Eks" stands for "expensive key schedule".)
 This doesn't make it significantly cryptographically stronger,
 but is intended to hinder brute-force attacks. It also makes it
 unsuitable for any application requiring key agility. It was designed
 by Niels Provos and David Mazieres for password hashing in OpenBSD.
 See Crypt::Eksblowfish::Bcrypt for the hash algorithm.
 .
 Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost
 parameter that controls how expensive the key scheduling is. It also
 takes a family key, known as the "salt". Cost and salt parameters
 together define a cipher family. Within each family, a key determines an
 encryption function in the usual way. See Crypt::Eksblowfish::Family
 for a way to encapsulate an Eksblowfish cipher family.