Skip to content

Python File Integrity Checker — a beginner-friendly system security concept to monitor file changes

License

Notifications You must be signed in to change notification settings

AliElKassem0/File-Integrity-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Integrity Checker

A simple Python file integrity checker that monitors changes, additions, and deletions in a folder.
Inspired by professional tools like Tripwire, it’s useful for system security and folder monitoring.


Features

  • Scan a folder and create a baseline snapshot of all files
  • Detect modified, new, and deleted files
  • Ignore system files like .DS_Store automatically
  • Color-coded output for easy reading in Terminal
  • Works on macOS, Linux, and Windows

Requirements

  • Python 3.8 or higher
  • colorama (optional, for colored output)

Install colorama:

pip3 install colorama

About

Python File Integrity Checker — a beginner-friendly system security concept to monitor file changes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages