Suppose that you have received the following message from a friend,
using standard conversion table, it becomes
which also the same as (due to mod 26),
Unfortunatly, you do not recall the matrix or . But you know that the plaintext of the fifth through eighth letters is GOOD, is it possible that you figure out what is the orginal message?
The answer is YES. Knowing the word GOOD, you can find the numerical equivalent of those letters. That is 7 15 for GO and 15 4 for OD. You also know the numerical equivalent of the fifth to eight letters in the encoded message are
Therefore you can form the matrix and .
You can construct
and
Form the matrix and use Gaussian Elimination to reduce to the identity matrix, the matrix will change to .
change to
Since the matrix is the transpose of , your need to find the transpose of tis matrix to get .
Therefore,
Multiply the secert message by , you will get
Use the coversion table to find the corresponding letters: IAMAG00DSTUDENTT, which will read "I am a good student".