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