Understanding BIP-39 seed phrase entropy — and why the number of words in your recovery phrase is the most important security decision you'll make.
Every BIP-39 word encodes 11 bits of data. More words mean more entropy — and the key space grows exponentially.
crypto.getRandomValues) — nothing is sent or stored.
Both are valid BIP-39 lengths. The difference is the raw key space.
At 1 trillion guesses/second, cracking 2¹²⁸ takes ~10²⁶ years — trillions of times the age of the universe.
Doubling the words squares the search space — the same jump as AES-128 → AES-256.
Generated entirely in your browser with crypto.getRandomValues. Nothing is transmitted, stored, or logged.