Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 632 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 632 Bytes

HillCipher

Attempt to create a Python program that will encode and decode using Hill Cipher technique. Looking to make this basic program operate much like my more compeleted Vigenere cipher one.

I am using the attached HillCipherText PDF to build this program off of. It is a really good reference to understand the steps required to encode and decode a Hill cipher. I do not know the original author of the text so I cannot cite it but please let me know if you know so I can actually put a link to their website instead of having it added to the project directly. I do not like to take information from others without credit.