คีย์ส่วนตัวสู่ที่อยู่
สร้างที่อยู่ Bitcoin (P2PKH) และ Ethereum (EIP-55) จากคีย์ส่วนตัว secp256k1 ขนาด 32 ไบต์ — การคำนวณทั้งหมดอยู่ในเบราว์เซอร์
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 Code
สร้าง QR codes สำหรับ URL ข้อความ อีเมล และอื่นๆ
อ่าน QR Code
อ่านและถอดรหัส QR codes จากรูปภาพที่อัปโหลด
สร้าง Barcode
สร้าง barcodes ในรูปแบบ CODE128, EAN-13 และอื่นๆ
สร้างคีย์ SSH
สร้างคู่คีย์ SSH Ed25519 หรือ ECDSA โดยใช้ Web Crypto API — ทำงาน 100% ในเบราว์เซอร์
สร้างคีย์ RSA
สร้างคู่คีย์ RSA 2048-bit หรือ 4096-bit ในรูปแบบ PEM โดยใช้ Web Crypto API — ทำงาน 100% ในเบราว์เซอร์
เปรียบเทียบ Hash
เปรียบเทียบค่า hash สองค่าเพื่อตรวจสอบความถูกต้องของไฟล์หรือรหัสผ่าน
ตรวจสอบ Hash ไฟล์
ลากและวางไฟล์ใดๆ เพื่อคำนวณ MD5, SHA-1, SHA-256 และ SHA-512 checksums ทันที — ตรวจสอบความถูกต้องกับ hash ที่ทราบ