Skip to content

Commit 6e9bf82

Browse files
authored
Update create-a-caesar-cipher-with-java.mdx
1 parent 45068aa commit 6e9bf82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/create-a-caesar-cipher-with-java/create-a-caesar-cipher-with-java.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Wms fytc y jckmlybc kmsrf!
3131

3232
Consider this chat message you just received... Only you can't because we're unable to read it. 🫠
3333

34-
The text above contains an _encrypted_ message, and more specifically, a Caesar Cipher! A **Caesar Cipher** is one of the oldest ways to encrypt messages. It _substitutes_ each letter using plain text by shifting it a number of places up or down the alphabet.
34+
The text above contains an _encrypted_ message, and more specifically, a Caesar Cipher!
35+
36+
A **Caesar Cipher** is one of the oldest ways to encrypt messages. It _substitutes_ each letter using plain text by shifting it a number of places up or down the alphabet.
3537

3638
For example, let's say we shift the letters by 3:
3739

0 commit comments

Comments
 (0)