Source: libstring-mkpasswd-perl Section: perl Priority: optional Build-Depends: debhelper-compat (= 13), perl Maintainer: Debian Perl Group Uploaders: Alexander Wirt , Martin Zobel-Helas , gregor herrmann , Salvatore Bonaccorso 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.