Skip to content

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.

Notifications You must be signed in to change notification settings

danyahscript/XoR_Locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages