1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libcrypt-generatepassword-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexander GQ Gerasiov <gq@cs.msu.su>,
Krzysztof Krzyżaniak (eloy) <eloy@debian.org>
Build-Depends: debhelper (>= 7.0)
Build-Depends-Indep: perl (>= 5.8.4)
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Crypt-GeneratePassword/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-generatepassword-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/
Package: libcrypt-generatepassword-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: perl module to generate secure passwords
Crypt::GeneratePassword lets you generate secure random passwords with a
reasonable amount of pronounceability. It avoids the problems associated with
the FIPS-181 NIST standard as used by Crypt::RandPasswd.
|