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/affine-cipher/description.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The affine cipher is a type of monoalphabetic substitution cipher.
6
6
Each character is mapped to its numeric equivalent, encrypted with a mathematical function and then converted to the letter relating to its new numeric value.
7
7
Although all monoalphabetic ciphers are weak, the affine cipher is much stronger than the atbash cipher, because it has many more keys.
8
8
9
-
[comment]: #( monoalphabetic as spelled by Merriam-Webster, compare to polyalphabetic )
9
+
[//]: #( monoalphabetic as spelled by Merriam-Webster, compare to polyalphabetic )
0 commit comments