私钥转地址
从32字节secp256k1私钥派生比特币(P2PKH)和以太坊(EIP-55)地址 — 所有计算均在您的浏览器中完成
Private Key → Address
Derive Bitcoin (P2PKH) and Ethereum (EIP-55) addresses from a 32-byte secp256k1 private key
Public Key
Ethereum
Bitcoin
How it works
- •BTC and ETH both use the same secp256k1 curve, so a single 32-byte key derives addresses on both chains.
- •ETH address = last 20 bytes of
keccak256(pubkey_xy), then EIP-55 checksum casing. - •BTC P2PKH = base58check(
0x00 || RIPEMD160(SHA256(pubkey))). - •WIF (Wallet Import Format) is the base58check encoding of the private key for use in Bitcoin Core / Electrum.
Never paste a real private key controlling real funds into a website.
This tool computes everything locally with no network calls, but you cannot verify that with the naked eye. Use it only for testnet keys, learning, and burner wallets.
Powered by the audited @noble/curves and @noble/hashes libraries. Pure JavaScript, no WASM, no network.
继续探索
您可能喜欢的其他 安全工具…
密码强度检查器
测试密码强度并获取改进建议
二维码生成器
为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 — 与已知哈希对比验证完整性