Password Storage
Noun · Security & Infosec
Definitions
The way a system stores password-related data, ideally using salted, memory-hard password hashing rather than reversible encryption or plaintext. Password storage design is foundational because a database breach turns directly into account risk if secrets were handled poorly.
In plain English: How a system keeps password data securely in storage.
Example: "The app failed review on password storage because it encrypted user passwords instead of hashing them with a modern algorithm."