Python File Integrity Checker — a beginner-friendly system security concept to monitor file changes
-
Updated
Dec 1, 2025 - Python
Python File Integrity Checker — a beginner-friendly system security concept to monitor file changes
This program monitors the integrity of specified files and alerts the user if any changes are detected. It calculates the SHA-256 hash of a file and continuously compares it to the previously calculated hash.
ini adalah Dashboard dari Auditd (punya linux) untuk memantau file integrity di dalam host, ini bisa digunakan untuk memantau banyak host sekaligus dalam satu Dashboard, dijamin lebih ringan dari wazuh file integrity
A lightweight Python tool for detecting file additions, modifications, and deletions to ensure system integrity and security.
cybersecurity python sha256 file-integrity hashing security-tools ethical-hacking infosec cryptography file-monitoring
CLI tool that detects unauthorized file changes via SHA-256 hashing and real-time filesystem monitoring — built with Python & watchdog
HashGuard is a simple, lightweight Python CLI tool built to practice basic scripting and security concepts. It is a zero-dependency project that functions as a straightforward file utility.
The objective of this task was to verify the integrity of two text files and determine if they were identical or had been altered. I used Linux hashing commands and file comparison tools to generate and analyze SHA-256 checksums for each file.
ESP32 based system that detects file tampering on SD card using SHA256 hashing and alerts via LED, buzzer and Blynk IoT.
To associate your repository with the fileintegrity topic, visit your repo's landing page and select "manage topics."