Skip to content
@Keyfount

Keyfount

  • France

Keyfount

A deterministic password manager. No vault. No sync. No cloud. Just an algorithm.

The idea

Most password managers store an encrypted vault of your passwords somewhere — locally, in the cloud, or both. Keyfount takes a different path: it never stores any generated password. Each time you visit a site, the extension recomputes your password from three inputs:

master password  +  site domain  +  email  ──►  PBKDF2-SHA256  ──►  your password

Same inputs ⇒ same password. Always.

Why?

  • Nothing to lose. No vault file means no vault to leak, sync, or back up.
  • Works on any device. Install the extension, type your master password, and your passwords are there.
  • Auditable. The algorithm is short, public, and standard. You can read it in an evening.

Trade-offs we accept

  • If you forget your master password, your passwords are gone. We cannot recover them.
  • Some sites have password rules that don't fit standard generation — we handle this with per-site preferences.
  • Rotating a compromised password requires bumping a counter, not just regenerating.

Repositories

  • extension — the Chrome extension (source code).

License

Each repository carries its own license — most code is MIT.

Popular repositories Loading

  1. extension extension Public

    Keyfount — Deterministic password generator Chrome extension. No vault, no sync, just an algorithm.

    TypeScript

  2. .github .github Public

    Keyfount organization profile

  3. keyfount.github.io keyfount.github.io Public

    Keyfount landing page

    TypeScript

  4. server server Public

    Self-hostable, zero-knowledge sync server for the Keyfount deterministic password manager

    TypeScript

  5. desktop desktop Public

    Deterministic password manager — native desktop app for macOS and Windows, with iOS and Android targets on the same codebase.

    TypeScript

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…