Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 353 Bytes

Integrity-Checker

This script calculates and checks the SHA-256 hash of a file to ensure its integrity. It is useful for detecting if a file has been tampered with or corrupted.Usage:Specify the file to check and the known hash.The script will compare the file's hash with the known hash and report if they match.