XoR_Locker is a basic image encryption tool, which encrypts the image using an XOR gate.
This tool capabale of Encrypting and Decrypting the images.
This tool helps ensure an image integrity by computing the MD5 hash value and compare the generated hash before the encryption and after the decryption.
Syntax : python3 <filename> <option> <path>
This tool require both libraries :
- argparse
$ pip install argparse
- hashlib
$ pip install hashlib