ARROW CODES
>> Arrow Code
Create a table of letters 5x5 either theres a keyword or none, and moves starts after the first given letter
1 2 3 4 5
1 A| B| C/K| D| E|
2 F | G| H | I | J|
3 L | M| N | O| P|
4 Q| R| S| T| U|
5 V| W| X| Y| Z|First, we will use legends and moves to decrypt the encrypted words or messages
Legends:
← left arrow
→ right arrow
↓ down arrow
↑ up arrowMoves: ¹ ² ³ ⁴
The separator of each letter will be - or /
First step:
You need to find the first given letterSecond step:
After the first step, we will start in the first given letter. The legends/arrows will be the direction for the next letter:Example:
Code: C/→²↓ ⁴
/←¹/ →¹ ↑⁴
The first given letter is C. As you can see the first legend is right arrow (↓) , see the table first that you created then move downward based on the move beside the legend which is(²)
And so on.
Our plaintext will be: CUTE
YOU ARE READING
Codes and Ciphers
Misteri / ThrillerIt contains different codes where very applicable to all of you who loves mysteries. I also includes all of my learnings and studies that talks about unfamiliar ideas or codes stuffs. I make it for my own book and I want to share it to all of my co...