Exemplo n.º 1
0
 def fetch_password(username):
     return sha(ntob('test')).hexdigest()
Exemplo n.º 2
0
 def fetch_password(username):
     return sha(ntob('test')).hexdigest()
Exemplo n.º 3
0
 def sha_password_encrypter(password):
     return sha(ntob(password)).hexdigest()
Exemplo n.º 4
0
 def sha_password_encrypter(password):
     return sha(ntob(password)).hexdigest()