hash the pass #13
Loading…
Reference in a new issue
No description provided.
Delete branch "berkutayme/2024-heraklion-git_berk: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!
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.