mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Update README.md
This commit is contained in:
@@ -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:</p>
|
||||
|
||||
|
||||

|
||||
 {width=50% }
|
||||
|
||||
Now we can create a file named 1.txt, and enter some text:
|
||||
|
||||

|
||||
{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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user