软件包:libstring-mkpasswd-perl(0.05-1.1)
libstring-mkpasswd-perl 的相关链接
Debian 的资源:
下载源码包 libstring-mkpasswd-perl:
- [libstring-mkpasswd-perl_0.05-1.1.dsc]
- [libstring-mkpasswd-perl_0.05.orig.tar.gz]
- [libstring-mkpasswd-perl_0.05-1.1.debian.tar.xz]
维护小组:
- Debian Perl Group (QA 页面, 邮件存档)
- Alexander Wirt (QA 页面)
- Martin Zobel-Helas (QA 页面)
- gregor herrmann (QA 页面)
- Salvatore Bonaccorso (QA 页面)
外部的资源:
- 主页 [metacpan.org]
相似软件包:
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.