Software Engineering KB

Home

❯

08 Security

❯

00 Cryptography

❯

00 Category

❯

Asymmetric Encryption

Asymmetric Encryption

Feb 10, 20261 min read

  • cryptography
  • asymmetric-encryption
  • public-key

Asymmetric Encryption

Back: Cryptography

Encryption using a key pair: a public key for encryption and a private key for decryption. Asymmetric encryption enables secure communication without pre-shared secrets, forming the basis for TLS, SSH, digital signatures, and key exchange protocols.

Concepts

  • RSA
  • Elliptic Curve Cryptography
  • Diffie-Hellman Key Exchange
  • Asymmetric Encryption Use Cases

cryptography asymmetric-encryption public-key


Graph View

  • Asymmetric Encryption
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Diffie-Hellman Key Exchange
  • Elliptic Curve Cryptography
  • RSA
  • Cryptography

Created with Quartz v4.5.2 © 2026

  • GitHub