LANS
- 24
- 0
Homework Statement
Given the following key, find two plaintext pairs that encrypt to the same ciphertext.
\begin{pmatrix}<br /> 9 & 5 \\<br /> 7 & 3 \\<br /> \end{pmatrix} (mod \ 26)<br />
Homework Equations
The Attempt at a Solution
Let the two plaintext pairs be (a, b) and (c, d). Let the ciphertext be (X, Y)
9a + 7b = X mod 26
9c + 7d = X mod 26
5a +3b = Y mod 26
5c + 3d = Y mod 26
I'm not sure where to go from here. Any help would be greatly appreciated.