Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 530 Bytes

File metadata and controls

24 lines (14 loc) · 530 Bytes

XoR_Locker

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 :

  1. argparse
$ pip install argparse
  1. hashlib
$ pip install hashlib