prevent storing passwords in clear text #6

Open
opened 2024-08-26 14:10:16 +02:00 by adriama · 0 comments
Member

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

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
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ASPP/2024-heraklion-git#6
No description provided.