Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

39 lines (33 loc) · 1.38 KB

Image_Encryption_Decryption

This Software or package is used for Encrypting and Decrypting Images


How to use this application


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.

Snapshots

Screenshot 2021-07-24 11:40:20 Screenshot 2021-07-24 11:40:57