Skip to content

Commit e079e33

Browse files
author
Murilo Marinho
committed
[cybersecurity] Added a note about encrypted messages not always being human readable.
1 parent 0c9b1b5 commit e079e33

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/cybersecurity/cryptography.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ Now, the message has been encrypted. We can see the contents of :file:`secret_me
194194
you will send your friend. You can even copy and paste it on something fully public, like an Instagram post. Your other
195195
friends might be concerned seeing that but otherwise your message is still a secret.
196196

197+
.. note::
198+
199+
The encrypted messages will not always show well in the terminal or websites like this. The encrypted messages
200+
are not meant to be human readable.
201+
197202
.. code-block:: console
198203
199204
age-encryption.org/v1

0 commit comments

Comments
 (0)