Python Digital Forensics Cookbook
上QQ阅读APP看书,第一时间看更新

How to do it…

We hash files with the following steps:

  1. Print hashed filename using the specified input file and algorithm.
  2. Print hashed file data using the specified input file and algorithm.