Suppose you want to encode and send the following message:
First, using the conversion table, find the corresponding numbers associate with each letter.
produces the following string of numbers:
Then, divide the number into groups of 3 and write each group in the form of a vector.
The next step is to find the product of with any of these vectors:
.
Now you have the following vectors:
This will provide you with the following string which can be sent.
The party who receives the message, should divide it into groups of 3 and form vectors
and then multiplies each vector by .
For example
After obtaining a string of numbers, the conversion table can be used to convert the string to letters and obtain the decoded message.