You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/atbash-cipher/description.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Description
2
2
3
-
Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East.
3
+
Create an implementation of the Atbash cipher, an ancient encryption system created in the Middle East.
4
4
5
5
The Atbash cipher is a simple substitution cipher that relies on transposing all the letters in the alphabet such that the resulting alphabet is backwards.
6
6
The first letter is replaced with the last letter, the second with the second-last, and so on.
0 commit comments