Public-Key Cryptography
Web3 / privacy technology
Public-key cryptography is an asymmetric encryption system using mathematically linked key pairs: a public key that anyone can access and use to encrypt messages or verify signatures, and a private key that only the owner possesses for decryption or signing. This system enables secure communication without prior key exchange and forms the foundation of blockchain wallet security and digital signatures. The mathematical relationship between keys makes it computationally infeasible to derive the private key from the public key, ensuring that transactions signed with a private key cannot be forged. Public-key cryptography enables trustless systems where participants can verify ownership and authenticity without revealing sensitive information. Example: Bitcoin uses ECDSA (Elliptic Curve Digital Signature Algorithm) public-key cryptography, where your public key becomes your wallet address and your private key signs transactions that only you can authorize. Why it matters for privacy technology: Public-key cryptography enables secure ownership verification, transaction signing, and encryption without requiring trusted intermediaries, making decentralized systems and privacy protection cryptographically feasible.
Explore the full Web3 Glossary — 2,062+ expert-curated definitions. Need guidance? Talk to our consultants.