Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NolaDodd authored Dec 30, 2023
1 parent a65ea49 commit 872aee9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,12 @@ Each letter is represented through a coordinate.
For example, the letter "B" would be represented by the numerical pair "21".

"Buddy" --> "2154414145"

"3251131343 2543241341" --> "hello world"

"4432423352125413" --> "th(i/j)nkful"


## The Substitution Shift

The Substitution Cipher requires a standard alphabet and a substitution alphabet.
Expand All @@ -46,6 +49,8 @@ For Example:
Real Alphabet: *A B C D E F G H I J K L M N O P Q R S T U V W X Y Z*
Substitution: *Q W E R T Y U I O P A S D F G H J K L Z X C V B N M*
```

"Blue" --> "wsxt"

"pxdhofu" --> "jumping"

0 comments on commit 872aee9

Please sign in to comment.