An open API service indexing awesome lists of open source software.

https://github.com/krshrimali/hill-cipher

Hill cipher implementation in Python
https://github.com/krshrimali/hill-cipher

cryptography hill-cipher python

Last synced: 5 months ago
JSON representation

Hill cipher implementation in Python

Awesome Lists containing this project

README

          

# 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