Skip to content

lesley-cyborg/File-Hash-Verifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🧪 File Hash Verifier

A simple Python GUI tool built with Tkinter that computes and verifies SHA256 hashes of files. Useful for checking file integrity and detecting tampering.

Python GUI Security License: MIT


🔍 Features

  • ✅ Calculate SHA256 hash of any file
  • 🔒 Compare with an original hash to verify integrity
  • 💻 GUI interface using Tkinter
  • 💾 Save verification results to .txt report files
  • 🌑 Dark-themed and beginner-friendly interface

🖥️ Demo

📸 Screenshots

📁 Screenshots in a /screenshots folder in the repo._


🚀 Getting Started

📦 Requirements

  • Python 3.10+
  • tkinter (usually included with Python)
  • Works on Windows/Linux/macOS

▶️ Running the App

python file_hash_verifier_gui.py

About

A simple Python GUI tool built with Tkinter that computes and verifies SHA256 hashes of files. Useful for checking file integrity and detecting tampering.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors