Memorized Secret
A memorized secret is a value, such as a password or passphrase, that a person remembers and uses to prove their identity when logging in. It is a secret shared between the user and the party that issued their account credentials. The idea is that it should be something a person can potentially remember, which sets it apart from a machine-managed cryptographic key.
In NIST SP 800-63B terminology, a memorized secret is an authenticator consisting of a secret shared between the subscriber and the credential-issuing party, typically a character string such as a password or passphrase. Its defining characteristic is that it is intended to be potentially memorable to a subscriber, distinguishing it from a cryptographic key that need not be human-memorable. A passphrase is a specific form of memorized secret composed of a sequence of words or other text, which may permit common punctuation such as spaces and periods to aid memorability. Memorized secrets are validated at authentication time by a verifier. Note that this term originates in the NIST digital identity framework and is distinct from PCI DSS authentication requirements; readers should confirm any related password or authentication control against the current published PCI DSS standard, as requirement numbering and wording differ between versions.
Why it matters
The memorized secret remains the most widely deployed authentication factor, and its terminology matters because it appears across identity frameworks, vendor documentation, and internal policies. Using the precise NIST SP 800-63B term rather than the informal word "password" helps teams reason about what the control actually is: a secret shared between the user and the credential-issuing party, intended to be potentially memorable. That memorability characteristic is exactly what distinguishes a memorized secret from a machine-managed cryptographic key, and it is also the source of its practical weaknesses, since human-chosen secrets are subject to reuse, guessing, and phishing.
Because a memorized secret is something a person knows, it represents a single knowledge factor. On its own it does not address risks such as credential theft, replay, or account takeover, which is why it is commonly combined with additional factors. Treating the memorized secret as one component of an authentication design, rather than as complete protection, helps teams avoid overstating the assurance a password alone provides.
It is important to keep frameworks separate. The term "memorized secret" originates in the NIST digital identity framework and is distinct from PCI DSS authentication requirements. Teams working on payment environments should confirm any related password or authentication control against the current published PCI DSS standard, since requirement numbering and wording differ between versions, rather than assuming NIST terminology and PCI DSS requirements are interchangeable.
Who it's relevant to
Inside Memorized Secret
Common questions
Answers to the questions practitioners most commonly ask about Memorized Secret.