samagana / ImageEncryption

Image Encryption/Decryption application using Rubik's Cube Algorithm and RSA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Encryption

Image Encryption/Decryption application using Rubik's Cube Algorithm and RSA

Rubik's Cube Algorithm for Image Encryption: https://www.hindawi.com/journals/jece/2012/173931/

Screenshot

Run the application using:

    python3 main.py

or open App.desktop if you are using Linux

Dependencies

PIL (Pillow)

    pip install Pillow

Numpy

    pip install numpy

GI (for Debian based systems)

    sudo apt install python3-gi

About

Image Encryption/Decryption application using Rubik's Cube Algorithm and RSA


Languages

Language:Python 100.0%