Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Lab-8

SY402 Lab 8

hash.py takes in 2 arguments, the root directory and output file.

sudo python3 hash.py [root directory] [output file]

The program creates a dictionary of each file recursively found starting at the root directory. The dictionary is of format path/file : [sha256 hash, date / time accessed] The programn then checks if there is already an output file and writes the dictionary to the file if not. If there is already an output file, the program analyzes the old dictionary and compares it to the new one.

The out.txt file is an example used on a test directory.

About

SY402 Lab 8

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages