python生成随机密码脚本

#!/usr/bin/python ## Use: Make Random Password ## Date: 2013-9-10 ## File: getpasswd.py By Mislost import string from random import choice ##define passwd's length and count passwd_length = 20
相关文章
相关标签/搜索