Skip to content

Commit

Permalink
Add image to authenticated encryption silde for encryption module (#884)
Browse files Browse the repository at this point in the history
* Add image to authenticated encryption silde for encryption module

* Add notes to the AE slide to clarifys the AE EtM image
  • Loading branch information
drskalman authored Jan 2, 2024
1 parent 5145304 commit a29bb0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions syllabus/1-Cryptography/4-Encryption-slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,18 @@ Authenticated encryption adds a **M**essage **A**uthentication **C**ode to addit

A reader can check the MAC to ensure the message was constructed by someone knowing the secret.

<img style="height: 500px" src="./img/Authenticated_Encryption_EtM.png" />

Notes:

Specifically, this authenticity says that _anyone who does not know the sender's secret_ could not construct the message.

Generally, this adds ~16-32 bytes of overhead per encrypted message.

The image only shows only of of many possible constructions of authenticated encryption.

Explain that the Key2 in the image, could be derived from Key1.

---

## AEAD (**A**uthenticated **E**ncryption **A**dditional **D**ata)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a29bb0e

Please sign in to comment.