Chave Privada para Endereço
Derive endereços Bitcoin (P2PKH) e Ethereum (EIP-55) a partir de uma chave privada secp256k1 de 32 bytes — todos os cálculos ficam no seu navegador
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.
Continue explorando
Outras ferramentas de Segurança que você pode gostar…
Verificador de força de senha
Teste quão forte é sua senha e receba dicas para melhorá-la
Gerador de QR Code
Gere QR Codes para URLs, texto, Wi-Fi, vCards e mais — baixe como PNG ou SVG
Leitor de QR Code
Escaneie e decodifique QR Codes de imagens ou câmera — funciona offline
Gerador de código de barras
Gere códigos de barras em Code 128, Code 39, EAN-13, QR e outros formatos
Gerador de chaves SSH
Gere pares de chaves SSH Ed25519 ou ECDSA usando a Web Crypto API — funciona 100% no navegador
Gerador de chaves RSA
Gere pares de chaves RSA de 2048 ou 4096 bits no formato PEM usando a Web Crypto API — funciona 100% no navegador
Comparador de Hash
Compare dois valores hash para verificar integridade de arquivos ou checksums
Verificador de Hash de Arquivo
Arraste e solte qualquer arquivo para calcular instantaneamente MD5, SHA-1, SHA-256 e SHA-512 — verifique a integridade contra um hash conhecido