Evan Harmon - Memex

Public-key Cryptography

img Public-key Cryptography, or asymmetric cryptography, is the field of cryptographic systems that use pairs of related keys. Each key pair consists of a public key and a corresponding private key. Key pairs are generated with cryptographic algorithms based on mathematical problems termed one-way functions. Security of public-key cryptography depends on keeping the private key secret; the public key can be openly distributed without compromising security.
wikipedia:: Public-key cryptography
  • aka asymmetric cryptography
  • uses pairs of keys: public keys which may be disseminated widely, and private keys which are known only to the owner. This accomplishes two functions: authentication, where the public key verifies that a holder of the paired private key sent the message, and encryption, where only the paired private key holder can decrypt the message encrypted with the public key.

PGP
SSH Keys
TLS/SSL

Public-key Cryptography
Interactive graph
On this page
Public-key Cryptography