Deterministic password utility

Strong passwords.
Reproducible by design.

Generate policy-compliant passwords from a private master key, account context, and rotation version. Nothing leaves your browser.

PBKDF2-SHA-256 HMAC-SHA-256 NO STORAGE
16+ characters
Awaiting input
Uppercase
Lowercase
Number
Symbol
All processing is performed locally in your browser.

No data is sent anywhere. Your secrets stay with you.

Ready for local derivation.

The operating model

A key, a context, and a version.

  1. 01
    Derive the private key

    PBKDF2 strengthens your master key using the account context.

  2. 02
    Generate deterministic bytes

    HMAC-SHA-256 combines the key, context, policy, and version.

  3. 03
    Encode the policy

    The result is shuffled into a compliant password with no storage.