Skip to content

mradil04/file-integrity-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Integrity Tracker

A Python-based file monitoring tool that detects real-time file changes, including creation and modification, ensuring file integrity using SHA-256 hashing.

Badges

Python License Contributors

Features

✔️ Real-time file monitoring
✔️ Detects file creation and modification
✔️ Uses SHA-256 hashing for integrity checks
✔️ Colored terminal output for better visibility

Installation

1️⃣ Clone the repository

git clone https://github.com/mradil04/file-integrity-tracker.git

2️⃣ Navigate to the project directory

cd file-integrity-tracker

3️⃣ Install dependencies

pip install -r requirements.txt

4️⃣ Run the script

python filetracker.py --dir /path/to/directory

🤝 Contributing

Contributions are welcome! Please follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b feature-branch)
  • Commit changes (git commit -m "Added new feature")
  • Push to GitHub (git push origin feature-branch)
  • Open a Pull Request

About

A real-time file monitoring tool that tracks file changes (created, modified) using Python and SHA-256 hashing.

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages