libcrypt-eksblowfish-perl 0.009-1build1 source package in Ubuntu
Changelog
libcrypt-eksblowfish-perl (0.009-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson <email address hidden> Mon, 21 Oct 2013 09:53:42 +0100
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Trusty
- Original maintainer:
- Debian Perl Group
- Architectures:
- any
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libcrypt-eksblowfish-perl_0.009.orig.tar.gz | 35.5 KiB | 3cc7126d5841107237a9be2dc5c7fbc167cf3c4b4ce34678a8448b850757014c |
libcrypt-eksblowfish-perl_0.009-1build1.debian.tar.gz | 2.5 KiB | 237a936bfa97b66e725b8c228f0e47cd0b576d97c8b64a28d9d1c06655b1ce20 |
libcrypt-eksblowfish-perl_0.009-1build1.dsc | 2.3 KiB | 5d68de7792455015d5b7ca4317d8536a31102cd9648dbfe2f0905b59229dfe16 |
Available diffs
- diff from 0.009-1 (in Debian) to 0.009-1build1 (373 bytes)
Binary packages built by this source
- libcrypt-eksblowfish-perl: Perl module implementing the Eksblowfish block cipher
Crypt::Eksblowfish provides an implementation of the Eksblowfish encryption.
.
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.