From 2612514bf1f0c878d9ee55143396a105dbc57e7d Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Thu, 2 Feb 2023 19:01:29 +0000 Subject: [PATCH] Update README.md --- unit02_symmetric/lab/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit02_symmetric/lab/README.md b/unit02_symmetric/lab/README.md index aef5167..aab0bf5 100644 --- a/unit02_symmetric/lab/README.md +++ b/unit02_symmetric/lab/README.md @@ -376,11 +376,11 @@ What is the password: With symmetric key encryption, Bob and Alice use the same encryption key to encrypt and decrypt. In the following case, Bob and Alice share the same encryption key, and where Bob encrypts plaintext to produce ciphertext. Alice then decrypts with the same key, in order to recover the plaintext:

-![Alt text](https://asecuritysite.com/public/kms_30.png) +![Alt text](https://asecuritysite.com/public/kms_30.png) {width=50% } Now we can create a file named 1.txt, and enter some text: -![Alt text](https://asecuritysite.com/public/kms06.png) +![Alt text](https://asecuritysite.com/public/kms06.png){width=50% } Once we have this, we can then encrypt the file using the “aws kms encrypt” command, and then use “fileb://1.txt” to refer to the file: