prevent storing passwords in clear text #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
password hashing ➔ do not store passwords in clear text (database could be stolen, admins are nosy).
Solution: Do not store passwords at all but only their hashes (database could be stolen)
a function pwhash that given a password and a salt returns a hash