https://github.com/ilyeshammadi/hill-image-cipher
Hill cipher image encryption and decryption
https://github.com/ilyeshammadi/hill-image-cipher
Last synced: 4 months ago
JSON representation
Hill cipher image encryption and decryption
- Host: GitHub
- URL: https://github.com/ilyeshammadi/hill-image-cipher
- Owner: ilyeshammadi
- Created: 2017-05-01T17:59:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T18:09:09.000Z (about 8 years ago)
- Last Synced: 2025-01-10T02:51:38.660Z (5 months ago)
- Language: Python
- Size: 3.33 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hill Image Cipher
This project is an application of the Hill cipher algorithm to encrypt and decrypt imagesOriginal Image
Encoded Image
## Run the project
### Get the code
```shell
$ git clone https://github.com/Ilyes-Hammadi/hill-image-cipher.git
$ cd hill-image-cipher
```### Install dependencies
```shell
$ pip install -r requirements.txt
```### Encode an image
```shell
$ python main.py image.jpg
```