Encryption

Public-Key Cryptography

English

Overview

An encryption scheme that uses different keys (a public key and a private key) for encryption and decryption.

Details

A scheme where data encrypted with a public key can only be decrypted with the corresponding private key. It solves the key-distribution problem, but is more computationally expensive than symmetric-key cryptography.

More Security terms