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

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

Awesome Lists containing this project

README

        

# Hill Image Cipher
This project is an application of the Hill cipher algorithm to encrypt and decrypt images

Original 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
```