1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libstring-mkpasswd-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), perl
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 <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/String-MkPasswd
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-mkpasswd-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-mkpasswd-perl
Testsuite: autopkgtest-pkg-perl
Package: libstring-mkpasswd-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Perl module implementing a random password generator
String::MkPasswd defines a single function, mkpasswd(), to generate
random passwords. The function is meant to be a simple way for
developers and system administrators to easily generate a relatively
secure password.
.
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.
|