Skip to main content
Sözlüğe geri dön
Security
Beginner

Public Key

Ayrıca şöyle bilinir: 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:

PropertyPublic KeyPrivate Key
SharingSafe to shareMust be kept secret
PurposeVerify signaturesSign transactions
DerivationDerived from private keyGenerated randomly
ReversibilityCannot derive private keyCan derive public key
AnalogyEmail addressEmail password

How Public Key Cryptography Works in Crypto:

  1. Alice wants to send Bob 1 ETH
  2. Alice creates a transaction and signs it with her private key
  3. The network verifies the signature using Alice's public key
  4. If the signature matches, the transaction is valid
  5. 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.

İlgili Kripto Analizleri

Bu kripto paralarda Public Key kavramının nasıl uygulandığını detaylı STRICT puan analiziyle keşfedin.

Son güncelleme: 03.04.2026