A Basic Cryptosystem
Let's understand what a cryptosystem is in this lesson.
We'll cover the following
Introduction
In general, a cryptosystem consists of three types of protocols for the following functions:
- Key generation: Creating a single or a pair of secret key(s).
- Encryption: There’s a protocol that transforms cleartext into ciphertext .
- Decryption: There’s a protocol that transforms the ciphertext back to its corresponding cleartext
The figure below shows the scheme of a basic cryptosystem.
Figure 1
Get hands-on with 1200+ tech skills courses.