First we need to decide a message:
"Irene has a party"
Then we need to break the message and replace every letter with a number
Ire ; ne- ; has ; -a- ; par ; ty-
becomes...
IRE = [9;18;5]
NE- = [14;5;27]
HAS = [8;1;19]
-A- = [27;1;27]
PAR = [16;1;18]
TY- = [20;25;27]
Please, take into account that [a;b;c] is writen as:
Now, we need to select a 3x3 matriz that has an inverse
Matrix M has an inverse M^-1
Now, we need to mutiply each column matrix by M
IRE = [9;18;5]
NE- = [14;5;27]
HAS = [8;1;19]
-A- = [27;1;27]
PAR = [16;1;18]
TY- = [20;25;27]
Now let's write this codes as a string of numbers:
12 0 15 -62 -23 81 -48 -15 57 -53 -53 81 -37 -31 54 -36 -15 81