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
- Host: GitHub
- URL: https://github.com/krshrimali/hill-cipher
- Owner: krshrimali
- License: mit
- Created: 2018-08-11T06:30:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-11T07:11:22.000Z (about 7 years ago)
- Last Synced: 2025-04-20T23:32:31.765Z (6 months ago)
- Topics: cryptography, hill-cipher, python
- Language: Python
- Size: 5.86 KB
- Stars: 6
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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