Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help ASAP!! Please help (Programming Language PYTHON) Thank You! -- The following is the combination of the affine cipher and the Hill cipher. The

Need help ASAP!! Please help (Programming Language PYTHON)

Thank You!

-- The following is the combination of the affine cipher and the Hill cipher. The key for the cipher is a 2-by-2 matrix A and a 2-dimensional vector (b 1 ,b 2 ). Just like in the Hill cipher, the numerical plaintext is split into blocks of length 2; and each block (x 1 ,x 2 ) is encrypted using the function

(x 1 ,x 2 ) 7 [(x 1 ,x 2 )A + (b 1 ,b 2 )] (mod 26).

An agent was able to intercept a snippet of plaintext and the corresponding ciphertext is RFKNMC . Please design a known plaintext attack on this cipher and recover the encryption key. Answer should include the following :-

1) The computer code that is used to produce the answer

2) The Matrix A and the vector (b1, b2)

3) Description of method that is used to find the 2 by 2 Matrix A and the vector (b1, b2)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Carlos Coronel, Steven Morris

14th Edition

978-0357673034

More Books

Students also viewed these Databases questions

Question

How would you train others to perform the task? Explain.

Answered: 1 week ago

Question

Why is it important for a firm to conduct career development?

Answered: 1 week ago