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: algorithm/cryptography/affine_cipher/desc.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"Affine Cipher": "The affine cipher is a type of monoalphabetic substitution cipher, wherein each letter in an alphabet is mapped to its numeric equivalent, encrypted using a simple mathematical function, and converted back to a letter.",
3
3
"Applications": [
4
4
"Cryptanalysis",
5
-
"More complex Variations of Affine Cihper are used in practical cryptography"
5
+
"More complex Variations of Affine Cipher are used in practical cryptography"
6
6
],
7
7
"Complexity": {
8
8
"time": "worst O(N), N = length of plain/cipher text",
0 commit comments