This Software or package is used for Encrypting and Decrypting Images
Follow this steps to use this application
- Main requiremet is you must have Python and pip install
- If you Don't have python Don't worry follow this steps
- For Unix and Linux based Opreting systems
- By deafult unix and linux users have python preinstall
- Just open Terminal and type
python3
- Then install pip using apt for Debian Family
sudo apt install python3-pip
- For RHEL Family
sudo yum install python3-pip
- For Windows
- For installetion of Python on windows click hear
- Now You Sucessecfully installed Python Don't worry Pip is install automaticaly.
- Then, we will move to installetion of Image-Encryption-Decryption Application.
- Use this commond for Unix/Linux distro's (Terminal)
-
pip3 install image-enc-dec
- Use this commond for Windows Commond Prompt (CMD)
-
import ImageEncDec
- Now You able to use this Project.