秘密鍵からアドレスへ
32バイトのsecp256k1秘密鍵からBitcoin(P2PKH)とEthereum(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.
さらに探す
おすすめのその他の セキュリティ…
パスワード強度チェッカー
パスワードがどれだけ強いかテストし、改善のヒントを得る
QRコードジェネレーター
URL、テキスト、Wi-Fi、vCardなどのQRコードを生成 — PNGまたはSVGでダウンロード
QRコードリーダー
画像やカメラからQRコードをスキャン・デコード — オフライン動作
バーコードジェネレーター
Code 128、Code 39、EAN-13、QRなどの形式でバーコードを生成
SSH鍵ジェネレーター
Web Crypto APIを使用してEd25519またはECDSA SSH鍵ペアを生成 — 100%ブラウザで動作
RSA鍵ジェネレーター
Web Crypto APIを使用してPEM形式の2048ビットまたは4096ビットRSA鍵ペアを生成 — 100%ブラウザで動作
ハッシュ比較ツール
ファイルの整合性確認やチェックサム照合のために2つのハッシュ値を比較
ファイルハッシュチェッカー
ファイルをドラッグ&ドロップしてMD5、SHA-1、SHA-256、SHA-512を即時計算 — 既知のハッシュと照合して整合性を確認