電子數據取證與python方法第三章

import os import csv import hashlib import time import logging def getinfo1(dirfile): m = hashlib.sha256() f=open(dirfile,'rb') m.update(f.read()) ha=m.hexdigest() return ha
相關文章
相關標籤/搜索