HashGuard is a lightweight, security tool designed to ensure file integrity and detect data tampering. It allows you to calculate, export, and verify cryptographic checksums for individual files or entire directories simultaneously.
By generating a hash of your files, you can later verify them to confirm that your data has not been modified, corrupted, or altered by unauthorized access.
- Multi-File Hashing: Process multiple files or entire folders in a single process.
- Flexible Text Exports: Save generated hashes directly to a standardized
.txtfile alongside their respective file paths, or simply copy them through the dedicated button. - Integrity Verification: Read an exported
.txthash list to automatically re-verify the current integrity of the listed files. - Multi-Algorithm Support: Computes checksums using standard cryptographic algorithms including MD5, SHA-1, SHA-256, and SHA-512. Look out in the future for more to be added.
This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.
- MarchTheDev (TheMarch88)
There could be some problems with caching and MD4, i'm fixing them