Password security guide

Password Security Best Practices

Good password security is a system: unique generation, safe storage, modern authentication, protected recovery and a tested response plan.

Use a unique generated credential for every account

Create unrelated passwords with a cryptographic generator. Do not reuse a base pattern. Prioritize email, the password manager, financial accounts and administration systems because they can control other identities.

Use a password manager instead of memory

A manager makes unique long credentials practical. Protect it with a strong master passphrase, MFA and separate recovery material. Keep clients updated and remove plaintext exports after verified migration.

Enable MFA or passkeys

Prefer phishing-resistant passkeys or security keys where suitable. Otherwise use an authenticator app or the strongest option the service supports. Enroll a safe backup before removing an old factor.

Secure recovery channels

Keep recovery email, phone, backup codes and trusted devices current. Recovery often bypasses the daily sign-in method, so an abandoned mailbox can undermine an excellent password.

Share access through identities, not messages

Use separate accounts and roles. If sharing is unavoidable, use a managed vault feature with revocation and audit. Rotate access when a person or vendor leaves.

Change passwords for a reason

Replace defaults, temporary credentials, reused values and anything exposed or suspected compromised. Avoid arbitrary rotation that creates predictable variants unless policy mandates it.

Keep devices and browsers trustworthy

Apply security updates, use device encryption and screen lock, and limit extensions. A compromised endpoint can capture a password before encryption or after vault unlock.

Review high-value accounts periodically

Review sessions, connected apps, MFA methods, recovery details and duplicate passwords. A short focused review of important accounts is more useful than repeatedly changing every password.

For service operators

Support managers and paste, accept long passwords, block common or breached values, rate-limit attempts, offer modern MFA and hash stored passwords with a suitable salted password-hashing algorithm. Design recovery and support against social engineering.

Incident plan

Know how to secure email and the password manager, revoke sessions, replace reuse, preserve evidence and contact providers. A plan reduces improvisation while an attacker may still have access.

Choose and maintain MFA

Prefer a passkey or FIDO security key for important accounts, use an authenticator app when phishing-resistant options are unavailable, and treat SMS as a fallback when it is the only practical choice. Enroll a tested backup before removing an old method. The 2FA and MFA guide compares methods and recovery risks.

A practical setup sequence for an individual

  1. Secure the primary email and device lock.
  2. Choose a maintained password manager.
  3. Create a unique vault master credential and recovery plan.
  4. Enable strong MFA on the manager and email.
  5. Replace reused passwords, starting with reset-capable and financial accounts.
  6. Adopt passkeys on supported high-value services.
  7. Review sessions, applications and recovery methods.

Work in small verified batches. Confirm the new sign-in before deleting the old entry or ending every recovery route.

A practical program for a small organization

Inventory identities and privileged accounts, require individual logins, deploy a managed vault or identity provider, define approved MFA, and document onboarding and offboarding. Separate human credentials from service accounts and create one revocable credential per integration.

Monitor authentication events without collecting plaintext secrets. Test break-glass access, backups and incident contacts. Review administrators more frequently than low-impact user accounts.

Safe password sharing and delegation

Delegation is better than disclosure. Grant a role, mailbox delegation or application permission instead of sending the primary password. Where sharing is unavoidable, use a vault item with named recipients, an expiry where possible and an audit trail. Rotate after the sharing purpose ends.

Security questions and recovery answers

Knowledge-based questions often use facts that are public, guessable or shared among relatives. Prefer stronger recovery methods. If a service forces security answers, store unique random answers in the manager and do not answer with real biographical information when the service permits arbitrary text.

Routine review without arbitrary resets

Periodically review duplicate credentials, inactive accounts, recovery contacts, trusted devices, connected apps and MFA coverage. Update weak or compromised values. Do not change a sound unique password solely to create a new calendar date unless a binding policy requires it.

What good password security cannot solve alone

Patch vulnerable applications, protect endpoints, control privileged access, secure backups and train users to verify domains and prompts. Authentication is one layer. A service with unsafe code or support processes can still expose an account protected by an excellent password.

Sources and further reading

Generate the next unique credentialStart with the highest-value reused account.Open the tool →
Written and reviewed by Gabor Kohanyi

Technical claims are checked against the cited primary standards and official service documentation. Corrections are handled under the editorial policy.