Skip to content

Encrypts and decrypts messages using matrix multiplication. To encrypt, the message is first converted to numbers and split into small 1 x n matrices. Then, each one is multiplied by an encoding matrix and the small matrices are put back together to make the encoded string of numbers. To decode, the exact same thing is done but with the inverse …

Notifications You must be signed in to change notification settings

vavu786/Message_Encryption_and_Decryption_Project

Repository files navigation

Science Fair: Message_Encryption_and_Decryption_Project

Encrypts and decrypts messages using matrix multiplication. To encrypt, the message is first converted to numbers and split into small 1 x n matrices. Then, each one is multiplied by an encoding matrix and the small matrices are put back together to make the encoded string of numbers. To decode, the exact same thing is done but with the inverse of the encoding matrix.

About

Encrypts and decrypts messages using matrix multiplication. To encrypt, the message is first converted to numbers and split into small 1 x n matrices. Then, each one is multiplied by an encoding matrix and the small matrices are put back together to make the encoded string of numbers. To decode, the exact same thing is done but with the inverse …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages