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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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 …
vavu786/Message_Encryption_and_Decryption_Project
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published