MohammadZakir939/File_Integrity_Checker

GitHub: MohammadZakir939/File_Integrity_Checker

Stars: 0 | Forks: 0

# File Integrity Checker Roadmap.sh Project: https://roadmap.sh/projects/file-integrity-checker ## Description A security-focused Python tool that monitors the integrity of log files by computing and storing SHA-256 hash fingerprints. # File_Integrity_Checker A security-focused Python tool that monitors the integrity of log files by computing and storing SHA-256 hash fingerprints. On first run, it establishes a trusted baseline. On every subsequent run, it recomputes hashes and compares them — flagging any file that was modified, even by a single character. Supports all files ## 🛠 Tech Stack - Python ## 📁 Project Structure file_integrity_checker.ipynb README (2).md integrity_checker.py file-integrity-checker.zip ## 🚀 Getting Started git clone https://github.com/YOUR_USERNAME/File_Integrity_Checker.git cd File_Integrity_Checker ## 📄 License MIT License