File tree Expand file tree Collapse file tree
docs/source/cybersecurity Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ in which a `hash <https://en.wikipedia.org/wiki/Cryptographic_hash_function>`_ m
286286Exercises
287287+++++++++
288288
289- We can think of decryption and encryption exercises, that help illustrate the process.
289+ We can think of decryption and encryption exercises that help illustrate the process.
290290
291291Decryption
292292~~~~~~~~~~
@@ -296,26 +296,24 @@ using :program:`age`.
296296
297297.. caution ::
298298
299- Please download the file. Copying and pasting from the terminal causes issues with the characters.
299+ Please download the file using the link below. It cannot be correctly displayed on this webpage.
300+ Encrypted messages are not meant to be human readable.
300301
301302:download: `exercise_message.txt.age <exercise_message.txt.age >`
302303
303- .. literalinclude :: exercise_message.txt.age
304-
305- This is the pairing private key that you have in your computer, which you should never ever share with anyone for any
306- reason. Anyone with this key can decode the message.
304+ Below is the pairing private key, which you should never ever share with anyone for any reason.
305+ Anyone with this key can decode the message. If anyone can decode the message, then it's no longer a secret.
307306
308307.. caution ::
309308
310- I will show the private key here because this is a tutorial. DO NOT SHARE YOUR PRIVATE KEY WITH ANYONE.
309+ I will share the private key here because this is a tutorial. DO NOT SHARE YOUR PRIVATE KEY WITH ANYONE.
311310
312311:download: `exercise_ed25519 <exercise_ed25519 >`
313312
314313.. literalinclude :: exercise_ed25519
315314
316315What are the decrypted contents of this message?
317316
318-
319317Encryption
320318~~~~~~~~~~
321319
You can’t perform that action at this time.
0 commit comments