- Main image
- Encrypted image using created key
- Decrypted image
- 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