File: control

package info (click to toggle)
libcrypt-generatepassword-perl 0.03-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 2,040 kB
  • ctags: 13
  • sloc: perl: 225; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
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.