def fetch_password(username):
     return sha(ntob('test')).hexdigest()
示例#2
0
 def fetch_password(username):
     return sha(ntob('test')).hexdigest()
 def sha_password_encrypter(password):
     return sha(ntob(password)).hexdigest()
示例#4
0
 def sha_password_encrypter(password):
     return sha(ntob(password)).hexdigest()