This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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" |