Deterministic Password Generation
Made Simple
Generate secure, reproducible password matrices from your seed phrases. Air-gapped security meets practical password management.
| 0 | 1 | 2 | 3 | 4 | |
|---|---|---|---|---|---|
| A | J~u3 | ;$|4 | /j|! | *6)G | 8LtD |
| B | 596X | KdmX | )HS1 | V~FI | n_QK |
| C | {>)q | h}/e | .VlH | ~4~x | qHyG |
Why Seed Card?
Deterministic Security
Same seed always produces identical password matrices. No databases, no cloud storage, just pure cryptographic determinism.
Air-Gapped Ready
Generate cards completely offline. Download the page and run locally for maximum security isolation.
Matrix-Based Passwords
10Γ10 grids with coordinate-based password selection. Memorable patterns, unlimited combinations.
Multiple Seed Sources
Support for BIP-39 mnemonics, SLIP-39 shares, and simple SHA-512 seeds for maximum flexibility.
Card Lookup System
Generate 100 unique cards from one seed. Use card IDs for organized password management.
Open Source
Fully auditable cryptographic implementation. View source, verify algorithms, contribute improvements.
How It Works
Provide Your Seed
Enter a BIP-39 mnemonic, SLIP-39 shares, or simple seed phrase. All processing happens in your browser.
Generate Matrix Cards
Cryptographic expansion creates 10Γ10 grids of unique tokens using PBKDF2 and HMAC-SHA512.
Select Password Patterns
Choose coordinates like A0-B1-C2 to create passwords. Use different patterns for different accounts.
Lookup & Regenerate
Use card IDs to find specific matrices. Same seed + card ID = identical passwords every time.
Security Model
Cryptographic Foundation
- PBKDF2-HMAC-SHA512: Industry standard key derivation with 2048+ iterations
- Deterministic Expansion: HMAC-based stream generation for consistent output
- Unbiased Mapping: Rejection sampling prevents modulo bias in token generation
- Base90 Alphabet: Maximum entropy while avoiding problematic characters
Threat Model
- Online Rate Limiting: Designed for services with lockout protection
- ~41-45 bits entropy: Sufficient for rate-limited online attacks
- 2FA Recommended: Always use multi-factor authentication for critical accounts
- Offline Resistance: Not suitable for scenarios allowing unlimited attempts
Security Notice
This tool generates passwords for online services with lockout protection. Modern GPUs can test 7+ billion combinations per second in offline attacks. Always use 2FA for sensitive accounts.