Skip to content

Commit 04c59c4

Browse files
authored
Update README.md
1 parent e5d3830 commit 04c59c4

File tree

1 file changed

+0
-3
lines changed
  • Security Algorithms/Cryptography/Atbash_Cipher

1 file changed

+0
-3
lines changed

Security Algorithms/Cryptography/Atbash_Cipher/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
## **Atbash Cipher**
22
The [Atbash cipher](https://en.wikipedia.org/wiki/Atbash) is a monoalphabetic cipher formed by taking the alphabet (or abjad, syllabary, etc.) and mapping it to its reverse, so that the first letter becomes the last letter, the second letter becomes the second to last letter, and so on.
33

4-
|**Plain** | 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 |
5-
|**Cipher** | Z | Y | X | W | V | U | T | S | R | Q | P | O | N | M | L | K | J | I | H | G | F | E | D | C | B | A |
6-
74
|**Plain** | 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 |
85
|-----------|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
96
|**Cipher** | Z | Y | X | W | V | U | T | S | R | Q | P | O | N | M | L | K | J | I | H | G | F | E | D | C | B | A |

0 commit comments

Comments
 (0)