From 6cdd1c2834478866eecbca5ed177ea8fc28c6a1b Mon Sep 17 00:00:00 2001
From: stephensottosanti <63934523+stephensottosanti@users.noreply.github.com>
Date: Sun, 7 Mar 2021 22:38:34 -0600
Subject: [PATCH] Update README.md
---
Skills/Code_Breaking/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Skills/Code_Breaking/README.md b/Skills/Code_Breaking/README.md
index 5cb4d17..326274a 100644
--- a/Skills/Code_Breaking/README.md
+++ b/Skills/Code_Breaking/README.md
@@ -11,7 +11,7 @@ Oct: 114 145 164 040 164 150 145 040 147 141 155 145 163 040 142 145 147 151 156
Html: L e t t h e g a m e s b e g i n !
-
+
Being able to recognize different encoding schemes can be an asset when trying to find hidden information. However, encoding isn’t the most secure way to code a message. If a person recognizes the encoding scheme, all they have to do is go to the lookup table to decode it.
@@ -19,4 +19,4 @@ Being able to recognize different encoding schemes can be an asset when trying t
Encryption is different from encoding as encoded messages do not require secret information to understand or interpret. Whereas, encryption involves altering the content of the message and must be decrypted using a secret key to reverse the process. Encryption is a more secure way to code a message. Encryption takes a key known by the encoder and uses that key to change the message. Then, only the people that know the key will be able to decrypt the message. The simplest form of encryption is a Caesar Cypher. For the example above, a Caesar Cypher shift +1 would shift each letter in the message up by one character. So, Let the games begin! would become Mfu uif hbnft cfhjo! More information on encryption:
[How to Make Your Data Safe Using Cryptography](https://www.guru99.com/how-to-make-your-data-safe-using-cryptography.html)
-[Cryptography - KhanAcademy](https://www.khanacademy.org/computing/computer-science/cryptography)
\ No newline at end of file
+[Cryptography - KhanAcademy](https://www.khanacademy.org/computing/computer-science/cryptography)