The tool stores the md5 hash for all the files in the targeted directory and checks for tampering or modification of the files.
Status: Under Development ##Functionality Achieved:
- Itereate through input directory recursively.
- Generate MD5 hash of all the files in that directory.
- Store all the hash and file name dictionary in user defined file.
- Iterate through input directory recursively.
- Take values from the user defined hashdump file.
- verify the hash for all the files and print if tampered.
- Developing a GUI for the tool
- Add filters for calculating and verifying values for particular file extension.
- Contributions are most welcome for making this tool more user-friendly and robust.