보안 도구

개인키에서 주소로

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

02a88de9e2cd42658577a522abf1c64f5dfd14ae9d34dd310e4f9f9bd9d125bd29
04a88de9e2cd42658577a522abf1c64f5dfd14ae9d34dd310e4f9f9bd9d125bd2934f162b6b9ba124fe913a0dbf2c5dd1d90eed208661a8d40720405087597c0bc

Ethereum

0x254EBe8d20F3d900499572930f717BB779a53890

Bitcoin

1PyPRj1zbgmaEjni7PuzX8MU4r928iPjsL
Kwkem9BoWVYEXBXeCXwSMLKVCJqYjbxcnjHTyaCXvpWEK3bYRCN3
5HwJAYm8pTrfrtKixdTqLZUJGFTrnT3df14jMyTdThDWkZRnfWL

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.

필요한 게 없나요?

커뮤니티 피드백으로 무료 도구를 만듭니다. 워크플로에 필요한 도구를 제안해 주세요!

개인키에서 주소로 — 무료 도구 온라인 | FreeTool24 | FreeTool24