(New page: Now Bob should follow the following steps to decrypt the message 1) First he should arrange the input vector in the form of a 3X3 matrix i.e the first 3 elements form the first column, th...) |
|||
Line 1: | Line 1: | ||
+ | == Part 1 == | ||
+ | |||
+ | |||
Now Bob should follow the following steps to decrypt the message | Now Bob should follow the following steps to decrypt the message | ||
Line 4: | Line 7: | ||
Thus he would get | Thus he would get | ||
− | A= <math>\left[ \begin{matrix}1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1\end{matrix} \right]</math> | + | A= <math>\left[ \begin{matrix}1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1\end{matrix} \right]</math> <br> |
+ | |||
+ | 2) Now he should multiply the inverse of the "special matrix" <math>M^{-}</math> to each column of matrix A to get the respective 3x1 matrices and then combine all three 3x1 matrices to form a new 3x3 matrix <br> | ||
+ | 3) Now all he needs to do is replace all the numbers in with their corresponding alphabets and arrange the matrix in the form of a vector.<br> | ||
+ | |||
+ | '''Eureka!''' | ||
+ | |||
+ | |||
+ | == Part 2 == | ||
+ | |||
+ | No I don think Eve can decrypt the message without finding out the inverse of the matrix | ||
+ | |||
+ | |||
+ | == Part 3 == | ||
+ | |||
+ | Now the decrypted message is<br> | ||
+ | <math>\left[ \begin{matrix}2 \\ 23 \\ 3\end{matrix} \right]</math> x <math>M^{-}</math><br> | ||
+ | |||
+ | <math>M^{-}</math> = <math>\left[ \begin{matrix}1/2 & 0 & 2 \\ 0 & 1 & 0 \\ 1/3 & 0 & 1/3\end{matrix} \right]</math><br> | ||
+ | |||
+ | Thus<br> | ||
+ | <math>\left[ \begin{matrix}2 \\ 23 \\ 3\end{matrix} \right]</math><math>M^{-}</math> = <math>\left[ \begin{matrix}1/2 & 0 & 2 \\ 0 & 1 & 0 \\ 1/3 & 0 & 1/3\end{matrix} \right]</math>=<math>\left[ \begin{matrix}2 \\ 23 \\ 5\end{matrix} \right]</math><br> | ||
+ | |||
+ | Replacing the numbers by letters we get "BWE" |
Latest revision as of 14:59, 18 September 2008
Part 1
Now Bob should follow the following steps to decrypt the message
1) First he should arrange the input vector in the form of a 3X3 matrix i.e the first 3 elements form the first column, the next three elements form the second column and so on.
Thus he would get
A= $ \left[ \begin{matrix}1 & 0 & 4 \\ 0 & 1 & 0 \\ 1 & 0 & 1\end{matrix} \right] $
2) Now he should multiply the inverse of the "special matrix" $ M^{-} $ to each column of matrix A to get the respective 3x1 matrices and then combine all three 3x1 matrices to form a new 3x3 matrix
3) Now all he needs to do is replace all the numbers in with their corresponding alphabets and arrange the matrix in the form of a vector.
Eureka!
Part 2
No I don think Eve can decrypt the message without finding out the inverse of the matrix
Part 3
Now the decrypted message is
$ \left[ \begin{matrix}2 \\ 23 \\ 3\end{matrix} \right] $ x $ M^{-} $
$ M^{-} $ = $ \left[ \begin{matrix}1/2 & 0 & 2 \\ 0 & 1 & 0 \\ 1/3 & 0 & 1/3\end{matrix} \right] $
Thus
$ \left[ \begin{matrix}2 \\ 23 \\ 3\end{matrix} \right] $$ M^{-} $ = $ \left[ \begin{matrix}1/2 & 0 & 2 \\ 0 & 1 & 0 \\ 1/3 & 0 & 1/3\end{matrix} \right] $=$ \left[ \begin{matrix}2 \\ 23 \\ 5\end{matrix} \right] $
Replacing the numbers by letters we get "BWE"