Worked example: a new billing account
An administrator needs a password for a service that accepts up to 64 characters and will be stored in a password manager.
Inputs and process
- 1Length: 20 characters
- 2Uppercase, lowercase, numbers and symbols enabled
- 3Ambiguous characters excluded only if the password must be typed manually
- 4Generate once, save it in the correct vault entry and enable MFA
Result
The result is a random, account-specific secret that does not reuse a phrase, date or pattern from another login.
The strength indicator describes the generated value, not the whole account. Recovery settings, phishing resistance, multifactor authentication and secure storage remain separate controls.