Skip to content

Commit 866ddf4

Browse files
author
Murilo Marinho
committed
[criptography] Improving clarity.
1 parent e079e33 commit 866ddf4

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

docs/source/cybersecurity/cryptography.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ in which a `hash <https://en.wikipedia.org/wiki/Cryptographic_hash_function>`_ m
286286
Exercises
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

291291
Decryption
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

316315
What are the decrypted contents of this message?
317316

318-
319317
Encryption
320318
~~~~~~~~~~
321319

0 commit comments

Comments
 (0)