This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
LiuFan
/
GnnForPrivacyScan
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
971fb1aaa0
Ramos
Etiquetas
master
GnnForPrivac...
/
data
/
purposeSplit
/
Hash
/
biometry_hash_10.py
biometry_hash_10.py
77 B
Histórico
Em bruto
1
2
3
def getKey(password):
hasher = SHA256.new(password)
return hasher.digest()