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.