This Python script continuously monitors the integrity of a specified file by calculating and comparing its SHA-256 hash value over time. If any changes are detected in the file, it alerts the user.
- Python 3.x
- hashlib library (should be available in standard Python installations)
- Clone the repository to your local machine:
git clone https://github.com/ozkanaltunbas/File-Integrity-Checker.git