Skip to content

Program saves all the file hashes in order to check file integrity

Notifications You must be signed in to change notification settings

shamo0/file_Hash_Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

File Hash Check

SY402 Lab08 Genadi Shamugia, Jackson Stallone

hash.py

Running hash.py on the command line ("./hash.py" from any directory) will create a file called "output.txt". This file contains a hash of every file on the file system, the filename, the path to the file, and the data and time in which the hash was taken.

hash.py works by using pythons os.walk library function to step through the file system. We used SHA-256 to generate the hash, and datetime library to obtain the date and time the hashing took place.

About

Program saves all the file hashes in order to check file integrity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages