Result
No Mnemonic Yet
Generate a new BIP39 mnemonic phrase or validate an existing one.
No recently used tools
Loading categories...
Generate and validate BIP39 mnemonic seed phrases in 10 languages for cryptocurrency wallets. Create secure 12-24 word phrases with cryptographic entropy, verify checksums, and derive 512-bit seeds via PBKDF2-HMAC-SHA512. Supports English, Japanese, Korean, Chinese, Spanish, French, Italian, Portuguese, and Czech wordlists. Uses the native Web Crypto API with zero external dependencies, all processing happens client-side.
Generate a new BIP39 mnemonic phrase or validate an existing one.
BIP39 (Bitcoin Improvement Proposal 39) is a standard for generating mnemonic phrases that represent cryptographic keys. It provides a human-readable way to backup and restore cryptocurrency wallets using a sequence of common English words.
The process works in four steps: (1) Cryptographically secure random entropy (128-256 bits) is generated. (2) A SHA-256 checksum is appended for integrity verification. (3) The combined bits are split into 11-bit segments, each mapped to one of 2048 words. (4) The mnemonic plus an optional passphrase are fed through PBKDF2-HMAC-SHA512 (2048 iterations) to produce a 512-bit seed for HD wallet derivation.