danyahscript / XoR_Locker

XoR_Locker is a basic image encryption tool, which encrypts the image using an XOR gate. This tool capable of Encrypting and Decrypting the images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

XoR_Locker is a basic image encryption tool, which encrypts the image using an XOR gate. This tool capable of Encrypting and Decrypting the images.


Languages

Language:Python 100.0%