The Power of the Passphrase

The Power of the Passphrase

Ask any crypto expert what a passphrase is:

"You just add a salt to SHA-256 and you get a different output."

NAAAAAAAAAAAAH!

PASSPHRASE IS PURE MAGIC!

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:

9550 ≈ 2328.5 combinations

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:

USE IT  •  USE IT  •  USE IT

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.