Quiz Entry - updated: 2026.07.30
How should passwords be stored securely?
Store only a salted hash of each password — a derived value that cannot be reversed back to the original.
login | hash
How should passwords be stored securely?
Store only a salted hash of each password — a derived value that cannot be reversed back to the original.
login | hash