A-Z Popular Blog Security Search »
Information Security
 Advertisements
Related Guides

What is Public Key Cryptography?

 , updated on
Public key cryptography is any encryption system based on pairs of public and private keys. Public keys are published to the world and are used to encrypt messages for a receiver. Such messages can only be decrypted with the receiver's private key.

Key Generation

Public key cryptography relies on algorithms for generating public/private key pairs such that it is computationally infeasible to determine a private key from a public key.

Key Exchange

The primary advantage of public key cryptography is that it doesn't require a secure exchange of secrets to work. This is ideal for applications such as web browsing where a large number of clients and services need to connect to each other securely.
Public key cryptography tends to be computationally complex. Therefore, it is often used to exchange symmetric keys that are used for one session and then discarded. This is done because symmetric encryption is generally faster.
Overview: Public Key Cryptography
Type
Definition
Encryption based on pairs of public and private keys whereby any sender can encrypt a message with a public key that can only be read with the corresponding private key.
Value
Enables encryption between a large number of clients and services without the need to share private keys.
Also Known As
Public Key Encryption
Asymmetric Cryptography
Related Concepts

Encryption

This is the complete list of articles we have written about encryption.
Cleartext
Cryptography
Hashcode
Key Stretching
Keys
Nonce
Pepper
Private Key
Random Seed
Salt
Plaintext
Pseudorandom
Public Key
Public Key Encryption
Strong Password
Symmetric Encryption
More ...
If you enjoyed this page, please consider bookmarking Simplicable.
 

Cryptography

A list of cryptography concepts.

Hashcode

An overview of hashcodes.

Pseudorandom vs Random

The difference between a pseudorandom and true random number.

Cryptographic Keys

Definitions of common types of cryptographic key.

Password vs Key

The difference between passwords and keys.

Digital Watermark

A definition of digital watermark with examples.

Network Security

An extensive list of network security techniques.

Security vs Privacy

The relationship between security and privacy.

Hardening

An overview of technology hardening.

Deep Magic

An overview of deep magic, a technology term.

Defense In Depth

An overview of defense In depth.

Encryption Examples

A definition of encryption with examples.

Canary Trap

A definition of canary trap with an example.

Honeypot

A definition of honeypot with examples.

Security Through Obscurity

A definition of security through obscurity with an example.

Tokens

A definition of token with examples.

Backdoor

A definition of backdoor with examples.
The most popular articles on Simplicable in the past day.

New Articles

Recent posts or updates on Simplicable.
Site Map