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