Terminology Index

Glossary

23 terms starting with "K"

Open concept maps

Showing 1-23 of 23 terms

K
23

Key Pair

In asymmetric cryptography, the linked pair of a public key (shared openly) and a private key (kept secret), where what one key does the other reverses, enabling encryption, digital signatures, and secure key exchange.

A key pair consists of mathematically linked public and private keys: data encrypted with the public key can only be decrypted with the private key, and data signed with the private key can be verified with the public key. This asymmetry lets parties communicate securely and prove authenticity without sharing a secret, solving the key distribution problem and underpinning TLS, digital signatures, and PKI. Protecting the private key is paramount; exposing it defeats the scheme.

Introduced in: Cryptography Essentials

Examples

  • Encrypting to someone's public key so only their private key can read it.
  • Signing with a private key and verifying with the public key.
  • Using a key pair in TLS to establish a secure connection.

No related terms linked yet.