Expand description
§BooHashing
‘boohashing’ is a library that allows a user to compute the hash value of any given file and then compare it against the original hash.
This is useful because, as a user, when you download a file from the internet you want to understand if the file has been changed by another person which could result in a cyber threat vector to your system.
Structs§
Functions§
- run
- Public function that is the entry point for the library. It calls the private ‘compute_hash_and_process_output’ function.