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
"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
+
"Applications": [
4
+
"Cryptanalysis",
5
+
"More complex Variations of Affine Cihper are used in practical cryptography"
6
+
],
7
+
"Complexity": {
8
+
"time": "worst O(N), N = length of plain/cipher text",
9
+
"space": "worst O(N), to create the new mapping (plain->cipher, cipher->plain)"
0 commit comments