BIP39助记词生成器
生成加密安全的BIP39助记词种子短语(12/15/18/21/24个词)— 使用经过审计的@scure/bip39库,100%离线处理
BIP39 Mnemonic Generator
Cryptographically secure HD-wallet seed phrase, generated entirely in your browser
12 words = 128 bits of entropy
Your Seed Phrase
A different passphrase derives a completely different seed — there is no way to know if the passphrase is "correct".
Validate an Existing Mnemonic
About BIP39
- •BIP39 is the standard for human-readable seed phrases used by virtually all hardware and software wallets.
- •The last word encodes a checksum, so a typo in any word usually produces an invalid phrase.
- •The seed phrase + an optional passphrase is fed through PBKDF2-HMAC-SHA512 (2048 rounds) to derive a 512-bit seed.
- •That seed is the root of an HD wallet (BIP32) — every BTC/ETH/SOL address you ever derive comes from it.
Anyone with this phrase controls all funds derived from it.
For real funds, generate seeds on a hardware wallet or a fully air-gapped machine. Never type a real seed phrase into a website you do not control. Consider this tool for learning, testnet wallets, and burner accounts only.
Generated entirely in your browser using crypto.getRandomValues() via the audited @scure/bip39 library. Nothing is sent to any server.
继续探索
您可能喜欢的其他 安全工具…
密码强度检查器
测试密码强度并获取改进建议
二维码生成器
为URL、文本、Wi-Fi、名片等生成二维码 — 下载PNG或SVG
二维码读取器
从图片或摄像头扫描解码二维码 — 离线可用
条形码生成器
生成Code 128、Code 39、EAN-13、QR等格式的条形码
SSH 密钥生成器
使用 Web Crypto API 生成 Ed25519 或 ECDSA SSH 密钥对——100% 在浏览器中运行
RSA 密钥生成器
使用 Web Crypto API 生成 PEM 格式的 2048 位或 4096 位 RSA 密钥对——100% 在浏览器中运行
哈希比较器
比较两个哈希值以验证文件完整性或匹配校验和
文件哈希检查器
拖放任意文件即可立即计算 MD5、SHA-1、SHA-256 和 SHA-512 — 与已知哈希对比验证完整性