Symmetric key cryptography is an application of functions. An encryption function turns readable plain text into unreadable cipher text, and the corresponding decryption function turns the cipher text back into the original plain text.
Descriptions of cryptographic protocols are commonly phrased as interactions between Alice, Bob, and Eve. Alice sends a message to Bob, and the eavesdropper Eve listens in on their conversion and tries to break their encryption (Figure 8.9).
In a symmetric key encryption scheme, Alice and Bob first have to agree on a common shared key. Alice uses the key to encrypt a message and sends the encrypted message to Bob. Then, Bob uses the key to decrypt the encrypted message that was sent by Alice in order to obtain the message in its original form (Figure 8.10). We introduce Caesar ciphers and other substitution ciphers as examples for symmetric key encryption scheme in the following two sections.
Checkpoint8.11.Symmetric key cryptography.
Complete the following.
In a symmetric encryption protocol
select
Alice
Bob
Eve
Oscar
and
select
Alice
Bob
Eve
Oscar
agree on an encryption method, a decryption method, and a key that is used for encryption and decryption.
select
Alice
Bob
Eve
Oscar
encrypts a message using the encryption method and the key. She sends the encrypted message to
select
Alice
Bob
Eve
Oscar
.
select
Alice
Bob
Eve
Oscar
receives the message from
select
Alice
Bob
Eve
Oscar
and decrypts the message using the decryption method and the key.
We summarize this introduction to symmetric key cryptography in the video in Figure 8.12.
In the following two sections we give two examples for symmetric key encryption schemes, namely Caesar ciphers and more general substitution ciphers.