Seed Phrase vs Private Key vs Passphrase
These terms are often mixed together, but they do different jobs. Confusing them is one of the fastest ways to make a dangerous backup decision.
Direct answer
A seed phrase is a wallet recovery backup, a private key controls a specific cryptographic account or address, and a BIP39 passphrase is an optional extra secret that changes the wallet derived from the seed phrase.
Comparison table
| Secret | What it does | Website risk |
|---|---|---|
| Seed phrase | Recovers the wallet seed and derived keys. | High. A real phrase should not be pasted into a public page. |
| Private key | Controls one account, address, or signing key. | High. Exposure can compromise funds controlled by that key. |
| BIP39 passphrase | Adds an extra secret to derive a different wallet. | High. Losing it can make recovery impossible. |
Public websites should not ask for these
A safe public seed phrase tool should not need a real phrase, private key, passphrase, xpub, or wallet address to explain BIP39. YSeed keeps those surfaces out of the public app.
Phrase and key FAQ
Is a seed phrase a private key?
No. A seed phrase is a mnemonic backup that can be used to derive wallet keys. A private key is a lower-level secret for a specific address or account.
What is a BIP39 passphrase?
A BIP39 passphrase is an optional extra secret sometimes called a 25th word. It changes the derived wallet and must be backed up carefully.
Should I type any of these into a website?
Use public websites only with demo or test secrets. Real wallet seed phrases, private keys, and passphrases belong in trusted offline or wallet-controlled environments.