Skip to content

Image encryption/decryption with dynamic S-Box method.

Notifications You must be signed in to change notification settings

imsafe/image-encryption-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Encryption CLI

Dependency installation.

$ virtualenv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

Encryption:
$ python3 main.py enc -i <inputfile.png> -o <outputfile.png> -p password

Decryption:
$ python3 main.py dec -i <inputfile.png> -o <outputfile.png> -p password

Help:
$ python3 main.py --help

About

Image encryption/decryption with dynamic S-Box method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages