Skip to content

uph3r/Image-Encryption-Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Image Encryption Decryption

  • It is used to convert an image into an unrecognizable format (encryption) and then converting it back to its original format (decryption) using cryptographic techniques.

  • This ensures the image's confidentiality during transmission or storage.

Installation

Use the package manager pip to install cryptography(dependencies)

pip install cryptography

Usage

  • User need to clone/download the repo and run the encrypt.py it will generate a key and encrypt the image that you choose.

  • And to decrypt just run the decrypt.py it used the generated key to decrypt the image.

git clone https://github.com/uph3r/Image-Encryption-Decryption
cd Image-Encryption-Decryption
python encrypt.py          #to encrypt
python decrypt.py          #to decrypt

Releases

No releases published

Packages

No packages published

Languages