The Power of the Passphrase
Ask any crypto expert what a passphrase is:
NAAAAAAAAAAAAH!
A passphrase is a password stored exclusively in your mind. It regenerates an entirely different wallet from the exact same recovery words.
What does this mean in practice? It means you can leave your 24-word seed phrase in plain sight on a metal plate, in a notebook, or anywhere else—and it still won't give access to your real wallet!
Mathematical Strength
How powerful is it mathematically? If you use 50 out of 95 readable ASCII characters, the search space yields:
Since a standard BIP-39 wallet key space is bounded by 2256 combinations, a passphrase of this length provides entropy that exceeds the entire wallet space itself. With your seed words and a passphrase, you can theoretically map to any possible wallet derivation.
You can truly leave your words in plain sight. It is the fundamental first step into plausible deniability and steganography.
The Honeypot Strategy
You can deploy advanced defensive strategies like using multiple passphrases:
- No Passphrase (Default Wallet): Spare change. If your seed is stolen, this is all anyone sees.
- 1st Passphrase: Secondary wallet holding a moderate balance. If forced to reveal your passphrase, this is all anyone sees.
- 2nd Passphrase: Core wallet containing your main wealth.
Not Every Wallet App Gets It (Shame). But We Know a Trick!
MetaMask is a widely used example: its Secret Recovery Phrase import only asks for your 12/24-word phrase — no passphrase field, anywhere. Type just the words in there, and you land on a different wallet than the one your passphrase protects.
NO PROBLEM!
SeedGen 3 generates private keys for several chains, generate the addresses, then import the private key for any chain you want.