- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 66字
- 2021-07-08 10:33:59
Hashing files and data streams
Recipe Difficulty: Easy
Python Version: 2.7 or 3.5
Operating System: Any
File hashes are a widely accepted identifier for determining file integrity and authenticity. While some algorithms have become vulnerable to collision attacks, the process is still important in the field. In this recipe, we will cover the process of hashing a string of characters and a stream of file content.
推薦閱讀
- scikit-learn Cookbook
- Kibana Essentials
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- LabVIEW Graphical Programming Cookbook
- 深度學習經典案例解析:基于MATLAB
- jQuery EasyUI網站開發(fā)實戰(zhàn)
- Protocol-Oriented Programming with Swift
- Selenium Testing Tools Cookbook(Second Edition)
- 動手學數據結構與算法
- Java語言程序設計教程
- Scratch·愛編程的藝術家
- JavaScript+jQuery網頁特效設計任務驅動教程
- PrimeFaces Blueprints
- Puppet:Mastering Infrastructure Automation
- OpenCV 3.0 Computer Vision with Java