Skip to content

NahidEbrahimian/Encrypt-and-Decrypt-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypt-and-Decrypt-Image

  • Main image

01

  • Encrypted image using created key

encrypted_img

  • Decrypted image

decrypted_img

  • Run the following command for encrypt image:
!python3 encrypt_image.py --input_image .../input/01.jpg

  • Run the following command for decrypt image:
!python3 decrypt_image.py --encrypted_image .../output/encrypted_img.bmp --key .../output/key.npy

About

Encrypt and Decrypt Image with created key using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages