Skip to content

samagana/ImageEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages