1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libstring-mkpasswd-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>,
Martin Zobel-Helas <zobel@debian.org>,
gregor herrmann <gregor+debian@comodo.priv.at>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/String-MkPasswd/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-mkpasswd-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-mkpasswd-perl/
Package: libstring-mkpasswd-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: random password generator
The exportable mkpasswd() function returns a single scalar: a random
password. By default, this password is nine characters long with a
random distribution of four lower-case characters, two upper-case
characters, two digits, and one non-alphanumeric character. These
parameters can be tuned by the user, as described in the /"ARGUMENTS"
section.
|