BIP39 Mnemonic Generator — Seed Phrase Creator

Free online BIP39 mnemonic generator. Create 12-24 word seed phrases with cryptographic entropy and checksum validation. No sign-up, runs in your browser.

Validate Mnemonic

What Is a BIP39 Mnemonic?

BIP39 (Bitcoin Improvement Proposal 39) defines a standard for generating mnemonic phrases from random entropy. These human-readable word sequences (typically 12 or 24 words) encode the master seed for hierarchical deterministic (HD) wallets used in Bitcoin, Ethereum, and many other cryptocurrencies. The mnemonic includes a checksum to detect transcription errors.

How to Use This BIP39 Generator

  1. Select the number of words (12, 15, 18, 21, or 24).
  2. Click Generate Mnemonic to create a cryptographically secure seed phrase.
  3. Copy the phrase and store it securely offline. Never share your real wallet seed phrase online.
  4. Use the Validate section to check if an existing mnemonic has a valid BIP39 checksum.

Common Use Cases

  • Wallet Development Testing — Generate test mnemonics for developing and testing cryptocurrency wallet software.
  • Checksum Validation — Verify that a mnemonic phrase is valid BIP39 with correct checksum before importing into a wallet.
  • Learning Cryptography — Understand how entropy, checksums, and mnemonic encoding work in the BIP39 standard.

FAQ

Should I use this for my real cryptocurrency wallet?
This tool is designed for testing and educational purposes. For real wallets, use a hardware wallet or trusted wallet software that generates mnemonics offline on a trusted device.
How is the entropy generated?
The tool uses the Web Crypto API crypto.getRandomValues() for cryptographically secure random number generation, the same source used by browsers for TLS and other security operations.
What is the checksum in BIP39?
BIP39 appends a SHA-256 checksum to the entropy bits before splitting into 11-bit word indices. For a 12-word mnemonic (128 bits entropy), 4 checksum bits are appended. This catches transcription errors.

관련 도구