Passphrase
A passphrase is a memorized secret made up of a sequence of words or other text that a person uses to prove their identity when logging in. It works much like a password but is typically longer, often composed of multiple words and sometimes including spaces between them. Because of its greater length, a passphrase can be easier to remember while still being harder to guess.
A passphrase is a knowledge-factor authenticator: a memorized secret consisting of a sequence of words or other text that a claimant supplies to authenticate their identity. Functionally it is a longer variant of a password, commonly at least 14 characters and frequently structured as four or more words, sometimes separated by spaces. As a knowledge factor it may serve as a standalone credential or as one factor within an MFA arrangement; the specific storage, hashing, complexity, and length requirements applied to a passphrase depend on the deployment and applicable policy and are out of scope for this definition.
Why it matters
Passphrases matter because they address a persistent tension in knowledge-factor authentication: secrets that are hard for an attacker to guess are often hard for a legitimate user to remember, while secrets that are easy to remember tend to be weak. By structuring a memorized secret as a sequence of words, often four or more, sometimes separated by spaces, a passphrase can achieve substantial length, typically at least 14 characters, while remaining memorable. This makes the passphrase a practical way to raise the strength of a knowledge factor without forcing users toward the fragile coping behaviors (reuse, predictable substitutions, written-down secrets) that short complex passwords tend to encourage.
From an IAM design perspective, it is important to keep the passphrase's role in scope. A passphrase is still a knowledge factor, so it is subject to the same categories of risk as any other memorized secret: phishing, credential stuffing where a passphrase has been reused, server-side compromise of the stored credential, and interception. Greater length raises the cost of brute-force and guessing attacks, but it does not by itself protect against these other threat classes. Treating a passphrase as inherently secure rather than as one strengthened variant of a memorized secret can lead to overconfidence in single-factor deployments.
For that reason, a passphrase is most valuable when its role is understood clearly relative to the rest of the authentication design. It can serve as a standalone credential or as one factor within a multi-factor arrangement, and the storage, hashing, complexity, and length requirements applied to it depend on the deployment and applicable policy. The passphrase improves one dimension, resistance to guessing through length and memorability, and should be evaluated alongside the other controls that address the risks length alone cannot cover.
Who it's relevant to
Inside Passphrase
Common questions
Answers to the questions practitioners most commonly ask about Passphrase.
