Public Key
Également connu sous: Verification Key, Address Key
A cryptographic key derived from a private key that can be shared openly and is used to verify transaction signatures and generate wallet addresses.
A public key is a cryptographic identifier derived from a private key through elliptic curve mathematics. It can be shared freely with anyone and serves two functions: generating wallet addresses and verifying that transactions were signed by the corresponding private key holder.
Public Key vs. Private Key:
| Property | Public Key | Private Key |
|---|---|---|
| Sharing | Safe to share | Must be kept secret |
| Purpose | Verify signatures | Sign transactions |
| Derivation | Derived from private key | Generated randomly |
| Reversibility | Cannot derive private key | Can derive public key |
| Analogy | Email address | Email password |
How Public Key Cryptography Works in Crypto:
- Alice wants to send Bob 1 ETH
- Alice creates a transaction and signs it with her private key
- The network verifies the signature using Alice's public key
- If the signature matches, the transaction is valid
- Bob can verify the sender without ever knowing Alice's private key
Public Key vs. Address: A wallet address is typically a hashed and shortened version of the public key: - Public Key: 04a34b99f22c790c4e36b2b3c2c35a36db06... (65 bytes, uncompressed) - Ethereum Address: 0x71C7656EC7ab88b098defB751B7401B5f6d8976F (20 bytes) - Bitcoin Address: 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa (Base58 encoded)
Public Key Infrastructure in Crypto: - Enables trustless verification without a central authority - Forms the basis of digital signatures on all blockchains - Used in multi-signature wallets requiring multiple public keys to authorize - Enables encrypted messaging between blockchain participants
Practical Tip: In daily crypto use, you rarely interact with raw public keys. Wallet software handles key management. You share your wallet address (derived from the public key) to receive funds, and the wallet uses your private key to sign outgoing transactions.
Termes associés
Analyses crypto associées
Explorez comment Public Key s'applique à ces cryptomonnaies avec une analyse STRICT approfondie.