Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Breaking the affine cipher using a known plaintext attack You've intercepted the ciphertext 'DEJXDIJYZ'. By bribing somebody you were able to find out that
1. Breaking the affine cipher using a known plaintext attack You've intercepted the ciphertext 'DEJXDIJYZ'. By bribing somebody you were able to find out that the first and second letters of the corresponding plaintext are 'sn'.
Your answer will consist of values for a, b, a-1, and -b, all expressed as values between 0 and 25 inclusive, and the plaintext word in letters.
- Using the crib, find the encryption key, that is, determine a and b so that ax+b=y (mod 26) encrypts 'sn' as 'DE', that is, when x=18 (the letter 's'), y=3 (D) and when x=13 (the letter 'n'), y=4 (E).
- Using the decryption formula a-1(y+(-b))=x (mod 26), determine the corresponding decryption key for the encryption key you found in (a).
- Apply that decryption key to find the original plaintext for 'DEJXDIJYZ'.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started