Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 236 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 236 Bytes

Hill-Cipher

Hill cipher implementation in Python

Usage:

python3 hill_cipher.py

Once done, it asks for the plain text and key matrix.

Sample values:

Plain Text : "ACT"

Key Matrix :

6 24 1

13 16 10

20 17 15