PHP File Handler Library is a versatile toolset designed to simplify file management tasks in your PHP projects.
-
Updated
Oct 14, 2023 - PHP
PHP File Handler Library is a versatile toolset designed to simplify file management tasks in your PHP projects.
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..
A plugin for yt-dlp that checks the downloaded video's integrity
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.
🔐 HashGard verifies file integrity by comparing hashes with stored signatures.
Snapshots contain a HashMap of the files and their corresponding hash signature from a specified directory.
An utitlity written in python that can check and verify hash of files
Check if file is the same by using python hashlib library
Snapshots contain a HashMap of the files and their corresponding hash signature from a specified directory.
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.
Monitor file integrity with FileIntegrityChecker. This Python app uses SHA256 hashes to detect unauthorized changes across multiple languages. 🐙🔍
Add a description, image, and links to the file-integrity-check topic page so that developers can more easily learn about it.
To associate your repository with the file-integrity-check topic, visit your repo's landing page and select "manage topics."