01 / 12
Hiding and checking are different jobs
Hiding the contents with encryption does not mean you are safe. Protecting a conversation actually means answering three separate questions.
- Can somebody else read the contents? … this is the job of encryption
- Was it altered on the way? … this is tamper detection
- Did that person really write it? … this is authentication
This lesson takes the bottom two. It is not about hiding contents, so try to get a feel for encryption turning up but for a different purpose.
The exam always lines up choices that mix "encrypting" with "signing". This is the lesson for not being caught by that.