Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 302 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 302 Bytes

Hill_Cipher

Tool for Hill Cipher Encryption (Encrypt & Decrypt)

This program was intended as a challenge assignment from one of the lecturers at my university.

NOTE :

  1. Plaintext/Ciphertext can only use letters and spaces.
  2. Key Determinant value must odd.
  3. Modular Inverse value should not 0.