@ -423,7 +423,9 @@ def md5(content):
return False
def hasPwd(password):
# 加密密码字符
'''
加密密码字符
# python3 -c "import crypt"
# python3 -c 'import crypt; print(crypt.crypt(""))'
# import crypt