From 4e391d70f9eea2d50781aec19ce7ac71c99a347e Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Fri, 4 Mar 2022 07:11:24 +0000 Subject: [PATCH] Update learning_outcomes.md --- z_assessments/test01/learning_outcomes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/z_assessments/test01/learning_outcomes.md b/z_assessments/test01/learning_outcomes.md index 610ab9f..272e231 100644 --- a/z_assessments/test01/learning_outcomes.md +++ b/z_assessments/test01/learning_outcomes.md @@ -22,6 +22,7 @@ Students should: 1. Explain how the e and d values are determined within the RSA method. Where would I find this info? There are some examples [here](https://asecuritysite.com/log/rsa_examples.pdf). 1. Understand how the Diffie-Hellman process works, with a simple example. 1. Understand how the Elliptic Curve Diffie Hellman works, with a simple example. +1. Understand the operation of PKI, and how Alice can get a trusted version of Bob's public key. Remember to review sample paper [here](https://github.com/billbuchanan/appliedcrypto/blob/master/z_assessments/test01/fake_exam_paper.md) for some sample questions.