- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 115字
- 2021-07-08 10:33:59
Getting started
All libraries used in this script are present in Python’s standard library. For generating hashes of files and other data sources, we implement the hashlib library. This built-in library has support for common algorithms, such as MD5, SHA-1, SHA-256, and more. As of the writing of this book, many tools still leverage the MD5 and SHA-1 algorithms, though the current recommendation is to use SHA-256 at a minimum. Alternatively, one could use multiple hashes of a file to further decrease the odds of a hash collision. While we'll showcase a few of these algorithms, there are other, less commonly used, algorithms available.
To learn more about the hashlib library, visit https://docs.python.org/3/library/hashlib.html.
推薦閱讀
- C++程序設計教程
- Learning LibGDX Game Development(Second Edition)
- C# 2012程序設計實踐教程 (清華電腦學堂)
- SQL學習指南(第3版)
- Java從入門到精通(第5版)
- Designing Hyper-V Solutions
- Learning Network Forensics
- QGIS By Example
- Visual C#.NET程序設計
- Learning Raspbian
- Windows Phone 7.5:Building Location-aware Applications
- C++寶典
- Unity 3D/2D移動開發實戰教程
- Advanced UFT 12 for Test Engineers Cookbook
- PHP與MySQL權威指南