perpassword
Perpassword is a concept in information security that describes a design principle where each account or service is protected by a distinct password. The goal is to prevent credential reuse and limit the impact of breaches by ensuring that compromising one password does not automatically compromise other accounts. The term is not a formal standard, but it appears in discussions about password hygiene and management strategies. In practice, perpassword can be implemented through two common approaches: per-service password derivation and centralized password management.
Per-service password derivation relies on a cryptographic key derivation function to generate a unique password for
Centralized password managers store unique, randomly generated passwords for each service and autofill them in browsers
Benefits of perpassword include reduced risk from a single compromised password, easier rotation, and improved resistance
Implementation considerations emphasize strong master secrets, multi-factor authentication for access, and robust cryptographic primitives (for example,
See also: password manager, credential stuffing, password hygiene, multi-factor authentication, password derivation.