[libcrypt-pbkdf2-perl] 05/09: Mention module name in long description

Salvatore Bonaccorso carnil at debian.org
Fri Aug 29 18:45:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libcrypt-pbkdf2-perl.

commit b4ba891ebeb64033eeafb1d14298badb9453ffdb
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 29 20:29:16 2014 +0200

    Mention module name in long description
---
 debian/control | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index f7e9dfc..2f1a88d 100644
--- a/debian/control
+++ b/debian/control
@@ -28,10 +28,10 @@ Depends: ${misc:Depends}, ${perl:Depends},
 Description: Perl implementation of PBKDF2 password hash
  PBKDF2 (part of the PKCS#5 standard) is a secure password hashing
  algorithm that uses the techniques of "key strengthening" to make the
- complexity of a brute-force attack arbitrarily high.  This module
- supports SHA-1 and SHA-2 as the underlying hash functions natively and
- can also use arbitrary Digest-compatible classes.  It allows for an
- arbitrary number of iterations of the hashing function, and a nearly
- unlimited output hash size (up to 2**32 - 1 times the size of the output
- of the backend hash).  The hash is salted, as any password hash should
- be, and the salt may also be of arbitrary size.
+ complexity of a brute-force attack arbitrarily high. The Crypt::PBKDF2
+ module supports SHA-1 and SHA-2 as the underlying hash functions
+ natively and can also use arbitrary Digest-compatible classes. It
+ allows for an arbitrary number of iterations of the hashing function,
+ and a nearly unlimited output hash size (up to 2**32 - 1 times the size
+ of the output of the backend hash). The hash is salted, as any password
+ hash should be, and the salt may also be of arbitrary size.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcrypt-pbkdf2-perl.git



More information about the Pkg-perl-cvs-commits mailing list