hash the pass #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "(deleted):hashpass"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -27,0 +30,4 @@
# salt =
# return salt
what is this?
@ -27,0 +33,4 @@
def pwhash(password):
hashed_pass = hashlib.sha256(password.encode('utf-8')).hexdigest()
cool idea!
Pull request closed