You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quickly store a username and a hashed password in a file using python
if you want to change the salt to not the username, change line 3 to whatever string or number you want to be used as salt
About
Quickly store a username and a hashed password in a file using python