개인키에서 주소로
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.
계속 탐색
추천 보안 도구 도구…
비밀번호 강도 검사기
비밀번호가 얼마나 강한지 테스트하고 개선 팁 받기
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% 실행
해시 비교기
파일 무결성 확인 또는 체크섬 일치를 위해 두 해시 값 비교
파일 해시 검사기
파일을 드래그 앤 드롭하여 MD5, SHA-1, SHA-256, SHA-512를 즉시 계산 — 알려진 해시와 비교하여 무결성 확인