libcrypt-eksblowfish-perl 0.009-2 source package in Ubuntu

Changelog

libcrypt-eksblowfish-perl (0.009-2) unstable; urgency=medium

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * Reformat debian/control with cme
  * Declare the package autopkgtestable
  * Declare compliance with Debian policy 3.9.6
  * Add explicit Build-Depends on libmodule-build-perl

 -- Salvatore Bonaccorso <email address hidden>  Sun, 07 Jun 2015 09:51:58 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcrypt-eksblowfish-perl_0.009-2.dsc 2.2 KiB 1bd39acb73308da043708e859a51bd5895b733e8eae746975b44ac5cd5ca6e14
libcrypt-eksblowfish-perl_0.009.orig.tar.gz 35.5 KiB 3cc7126d5841107237a9be2dc5c7fbc167cf3c4b4ce34678a8448b850757014c
libcrypt-eksblowfish-perl_0.009-2.debian.tar.xz 2.6 KiB 64b80b26543efdbbd11722b3b67c42866e8fbd0ee042c9e9b92c21b021138e63

No changes file available.

Binary packages built by this source

libcrypt-eksblowfish-perl: No summary available for libcrypt-eksblowfish-perl in ubuntu wily.

No description available for libcrypt-eksblowfish-perl in ubuntu wily.

libcrypt-eksblowfish-perl-dbgsym: debug symbols for package libcrypt-eksblowfish-perl

 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.