SeedPass is a secure password generator and manager built on Bitcoin's BIP-85 standard. It uses deterministic key derivation to generate passwords that are never stored but can be easily regenerated when needed.
-By integrating with the Nostr network, SeedPass compresses your encrypted vault and publishes it in 50 KB chunks. Each chunk is sent as a parameterised replaceable event, with deltas tracking changes between snapshots and automatic rotation when deltas grow large.
+SeedPass deterministically derives every key and password from a single 12βword phrase.
++--- +config: + theme: base + themeVariables: + primaryColor: '#e94a39' + primaryBorderColor: '#e94a39' + lineColor: '#e94a39' + look: classic +--- +flowchart TB + seed["alpha bravo charlie delta echo foxtrot golf hotel india juliet kilo lima"] + seed --> pw["π Passwords"] + seed --> totp["π± 2FA Codes"] + seed --> ssh["π§ SSH Keys"] + seed --> pgp["π PGP Key"] + seed --> mn["π± Seed Phrase"] + seed --> nostr["β‘ Nostr Keys"] + classDef default fill:#ffffff,stroke:#e94a39,stroke-width:2px,color:#283c4f; +Get Started