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: