hash guard

Hash Guard

File Integrity Verification Tool

Description

This project is designed to ensure the integrity of confidential files through the use of cryptographic hashing algorithms. Users can select from three widely-used hashing algorithms: MD5, SHA-1, and SHA-256. By creating a hash of their files, users can easily verify the integrity of their data. The tool allows for straightforward comparison of hash values, providing a reliable method for checking if a file has been altered or tampered with.

Project Components

  • Programming Language: Python 3
  • Library: hashlib (Python Standard Library)

 

For the code, click here.