/FileHasher

Hash Files to become unreadable and recover them again using your Own SALT

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

FileHasher

LICENSE

How to Run:

Ex. hash all jpg files in current directory: python filehasher.py *.jpg

switches:

-p or -P to get prefix name. (ex. hash mypic.jpg directory and output would be hashed_mypic.jpg instead of overwriting on existing file. python filehasher.py -p hashed_ mypic.jpg)

after running script you have to input a SALT.

To recover your File you have to run script again with same SALT. So if you dont have a Good memory, save your salt in a safe place!

You Can do this unlimited times with different SALTs. but remember your SALTs sequence cause you need to use them reversely to recover your files.