Decrypting a message encoded with matrix multiplication requires using the inverse of the original encoding matrix. Each encrypted matrix is multiplied by this inverse matrix. This calculation perfectly reverses the scrambling process, restoring the numbers to their simple substitution cipher form. These numbers can then be translated back into letters using the original cipher key.
To decrypt, multiply the encrypted matrix [E] by the inverse of the encoding matrix [A]: [E]β
[A]β1.
If [3822ββ50β31β] is encrypted, multiplying by [12ββ1β3β]β1 returns the original cipher matrix [144β129β].
How do you unscramble the matrix-encrypted message? You use the ultimate undo button: the inverse matrix! Multiplying the scrambled message by the inverse of the secret encoding grid perfectly reverses the encryption, giving you back the original numbers, which you can then translate to letters.