Skip to content

Commit 5c219c9

Browse files
authored
Merge pull request prateekiiest#109 from PAPERPANKS/patch-1
Image for Caesar-Cipher added
2 parents 0e0e24c + b1820e3 commit 5c219c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ In this project, you will create a program that generates a random word that you
109109

110110
### Caesar-Cipher
111111

112+
![Caesar-Cipher](http://www.donatantonio.net/blog/wp-content/uploads/2010/10/cesare-570x355.png)
113+
112114
A cipher is a secret code for a language. In this study, we will explore a cipher that is reported by contemporary Greek historians to have been used by Julius Caesar to send secret messages to generals during times of war.
113115

114116
The Caesar cipher, also known as a shift cipher, is one of the simplest forms of encryption. It is a substitution cipher where each letter in the original message (called the plaintext) is replaced with a letter corresponding to a certain number of letters up or down in the alphabet.

0 commit comments

Comments
 (0)