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
相關文章
相關標籤/搜索