If you store any meaningful amount of cryptocurrency, the BIP-39 passphrase is the most important security upgrade you can make. It's optional, it's free, and it provides strong protection against seed phrase theft. This guide explains what it is, why it matters, and how to generate one safely.
Generate a strong BIP-39 passphrase now.
Open Passphrase Generator →BIP-39 (Bitcoin Improvement Proposal 39) is the standard for generating Bitcoin wallet seed phrases — the 12 or 24 words you write down when you set up a hardware wallet. The standard also defines an optional passphrase that gets combined with the seed phrase to derive the actual private keys.
Mathematically, the wallet's master key is derived from PBKDF2(seed_phrase + passphrase). Without the passphrase, you get one set of keys (the "default" wallet). With the passphrase, you get a completely different set of keys (a "hidden" wallet). Each unique passphrase produces a unique wallet.
The BIP-39 passphrase provides two critical security benefits:
On Trezor:
On Ledger:
Very strong. This is protecting potentially significant funds with no recovery if cracked or forgotten.
| Use case | Recommended length | Bits of entropy |
|---|---|---|
| Small holdings (<$1K) | 5-6 words | 55-66 |
| Medium holdings ($1K-$100K) | 6-7 words | 66-77 |
| Large holdings ($100K+) | 7-8 words | 77-88 |
| Whale / institutional | 8-10 words | 88-110 |
A 7-word passphrase from a quality word list is computationally infeasible to brute force with current technology. Even a nation-state with unlimited compute would need longer than the age of the universe to crack it.
Use the free Bison Passphrase Generator with these settings:
Important: do this on a trusted device. Ideally a freshly-booted computer not connected to anything else. Some hardcore users generate the passphrase on an air-gapped machine they only use for crypto.
The passphrase is just as important as the seed phrase. Lose either one and lose your funds. Backup options:
| Backup method | Pros | Cons | Recommended for |
|---|---|---|---|
| Memorize only | No physical artifact to steal | Risk of forgetting | Small holdings |
| Steel plate | Survives fire and water | Visible if found | Medium-large holdings |
| Paper in safe | Cheap, hidden | Vulnerable to fire/flood | Backup of backup |
| Split (Shamir/SLIP-39) | Distributed risk | Setup complexity | Whales, institutions |
A common setup: memorize the passphrase AND keep a steel plate backup in a safety deposit box. Both must be destroyed for you to lose access.
For very large holdings, split the passphrase across multiple locations:
This provides protection against both forgetting (you have a backup) and theft (no single location has the full passphrase).
Critical step: after setting the passphrase, test it before moving real funds.
If any step fails, do NOT move your main funds. Restart the setup until you have a working test.
Generate a strong BIP-39 passphrase.
Open Passphrase Generator →