(What is the decrypted message corresponding to (2,23,3)?)
Line 14: Line 14:
 
which yields
 
which yields
  
<math>\ 2 = 2a  23 = b  3=3c </math>
+
<math>\ 2 = 2a,   23 = b,   3=3c </math>

Revision as of 00:02, 19 September 2008

How can Bob decrypt the message?

Bob can divide the encrypted message into smaller vectors of 3 elements each. Then, multiply each of these vectors by the inverse of the encryption matrix and reassemble the resulting vectors into the original matrix.

Can Eve decrypt the message without finding the inverse of the secret matrix?

What is the decrypted message corresponding to (2,23,3)?

By applying linearity principles we know that

$ \ [2,23,3] = a[2,0,0] + b[0,1,0] + c[0,0,3] $

which yields

$ \ 2 = 2a, 23 = b, 3=3c $

Alumni Liaison

has a message for current ECE438 students.

Sean Hu, ECE PhD 2009