博客首页
注册
建议与交流
排行榜
加入友情链接
推荐
投诉
搜索:
帮助
系统※网络技术实验室
System & Databses & Networking & Security & Services
evegl.cublog.cn
管理博客
发表文章
留言
收藏夹
博客圈
音乐
相册
文章
· System
· Databases
· Networking
· Security
· Services
· Load Balance
· PHP
· VPN
· Squid
· Mail-Server
· 杂七杂八
首页
一个perl的密码生成器
#!/usr/bin/perl -w
#import module
use String::MkPasswd qw(mkpasswd);
#print custom password
print mkpasswd(
-length => 13,
-minnnum => 4,
-minspecial => 3,
);
发表于: 2007-03-07,修改于: 2007-03-07 14:38,已浏览249次,有评论0条
推荐
投诉
给我留言
版权所有 ChinaUnix.net 页面生成时间:6.78559