Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 522 Bytes

HashTree

Program compiled from terminal with -lssl -lcrypto dependencies gcc -o main main.c -lssl -lcrypto

Program accesses "files" directory creating a SHA1 hash code for all the files within the directory.

Testing was as such: list files directory show example content of files execute program - displays hash edit file execute program - displays new hash make a new random file (script included in repo) list all files execute program - displays new hash execute program - displays same hash