From 63865dfc4fc5ed3c6878e95f2e95ffa33505468c Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Tue, 9 Feb 2021 07:29:49 +0000 Subject: [PATCH] Update README.md --- unit02_symmetric/lab/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit02_symmetric/lab/README.md b/unit02_symmetric/lab/README.md index 2410594..26428a3 100644 --- a/unit02_symmetric/lab/README.md +++ b/unit02_symmetric/lab/README.md @@ -1,7 +1,7 @@ ![esecurity](https://raw.githubusercontent.com/billbuchanan/esecurity/master/z_associated/esecurity_graphics.jpg) # Lab 2: Symmetric Key -Objective: The key objective of this lab is to understand the range of symmetric key methods used within symmetric key encryption. We will introduce block ciphers, stream ciphers and padding. The key tools used include OpenSSL, Python and JavaScript. Overall Python 2.7 has been used for the sample examples, but it should be easy to convert these to Python 3.x. +Objective: The key objective of this lab is to understand the range of symmetric key methods used within symmetric key encryption. We will introduce block ciphers, stream ciphers and padding. The key tools used include OpenSSL, Python and JavaScript. Lab Demo: [here](https://youtu.be/N3UADaXmOik)