Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages