Skip to content

Instantly share code, notes, and snippets.

View vexlorin's full-sized avatar

vexlorin

  • Joined May 1, 2026
View GitHub Profile
#imports hash comparison tool
import hmac
import os
#imports module to make hash
#made module
from hash_file import generate_file_hash
#file to be checked
target_file = "test_hash_file.txt"