From 8640d53c42224d1780e916c472ea5f683fa48e2b Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Mon, 8 Feb 2021 19:26:55 +0000 Subject: [PATCH] Update README.md --- unit02_symmetric/lab/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unit02_symmetric/lab/README.md b/unit02_symmetric/lab/README.md index ca9763f..1c94ed3 100644 --- a/unit02_symmetric/lab/README.md +++ b/unit02_symmetric/lab/README.md @@ -1,4 +1,4 @@ -![esecurity](https://raw.githubusercontent.com/billbuchanan/esecurity/master/z_associated/esecurity_graphics.jpg) +![appliedcrypto](https://raw.githubusercontent.com/billbuchanan/appliedcrypto/master/z_associated/appliedcrypto_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. @@ -633,9 +633,9 @@ The key things learnt: ## Notes The code can be downloaded from: -git clone https://github.com/billbuchanan/esecurity +git clone https://github.com/billbuchanan/appliedcrypto -If you need to update the code, go into the esecurity folder, and run: +If you need to update the code, go into the appliedcrypto folder, and run: git pull