0

I am a beginner to cryptography and i have the following the question. I know that to extract a plaintext from a mono-alphabetic substitution cipher i can perform shifting the characters by n times until i have the plaintext, or i can also use the frequency letter analysis. However by doing this im getting only the plaintext and not they keyword thats been used. The answer might include creating a table with the alphabet linked to the corresponding letters used in ciphertext by following the frequency letter analysis but im not sure how this works. Can someone explain to me how i will be able to get the keyword?

john
  • 23
  • 6
  • This question is best asked on https://crypto.stackexchange.com – Rob Napier Dec 02 '19 at 18:56
  • If you access the plaintext than use the equations to get the key! – kelalaka Dec 02 '19 at 19:37
  • You may be confusing a Caesar cipher: shift n letters with n in [1..26] with a keyed monoalphabetic cipher, where the alphabet is rearranged using a keyword: Key: ALPHABET -> ALPHBETCDFGIJKMNOQRSUVWXYZ. Not all monoalphabetic ciphers have a keyword, [Atbash](https://en.wikipedia.org/wiki/Atbash) for example. – rossum Dec 04 '19 at 17:22

0 Answers0