file-integrity-check
There are 12 repositories under file-integrity-check topic.
rcsofttech85/php-file-helper
PHP File Handler Library is a versatile toolset designed to simplify file management tasks in your PHP projects.
trainman261/yt-dlp-CheckVideoIntegrity
A plugin for yt-dlp that checks the downloaded video's integrity
bocaletto-luca/FileIntegrityChecker
FileIntegrityChecker Author: Bocaletto Luca FileIntegrityChecker is a Linux application written in Python with a Tkinter GUI that monitors critical files or entire directories by calculating and comparing their SHA256 hashes. By detecting any unauthorized modifications, it helps maintain file integrity and alerts you to changes. The project comes..
scarecrow-47/FileIntegrityChck
Python File Hash Checker
helloimalemur/filesystem-hashing
Snapshots contain a HashMap of the files and their corresponding hash signature from a specified directory.
Jiahong-Guan/File-Integrity
Check if file is the same by using python hashlib library
justNoOneHere/FileHashGen
This code generates a SHA-256 hash for a file by prompting the user to enter the file path, reading the file into a buffer using the fs module, and then calculating the hash using the crypto module. The hash is output to the console and the program is terminated.
NabilSadik2003/hashapp
An utitlity written in python that can check and verify hash of files
dishithag/pwck-mimic
A C program that mimics the functionality of the Linux pwck command, ensuring the integrity of user authentication files (passwd and shadow) by validating their format and consistency. Includes a modular design with Makefile support and example files for testing.
helloimalemur/Fasching
Snapshots contain a HashMap of the files and their corresponding hash signature from a specified directory.
Stanislas-GOTCH/hashgard
🔐 HashGard verifies file integrity by comparing hashes with stored signatures.