Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 825 Bytes

File metadata and controls

21 lines (18 loc) · 825 Bytes

FILE INTEGRITY VERIFIER (FIV)

The File Integrity Verifier (FIV) is a Python-based forensic tool that ensures digital file authenticity using cryptographic hash functions. It provides GUI-based operations for hash generation and verification with professional report outputs.

FEATURES:

  • Multi-algorithm hashing (MD5, SHA, BLAKE2, SHA3, etc...)
  • GUI interface with Light/Dark mode
  • Report generation
  • Verification module (OK / MISMATCH / MISSING)

HOW TO RUN THE TOOL:

  1. Install Python 3.x
  2. Install required libraries: pip install reportlab pillow
  3. Run the GUI: FIV.py

LICENSE: This software is open for educational and research use. Commercial redistribution requires explicit permissionfrom the author. Developed by: Jerald Benny Email: jeraldbenny6@gmail.com