摘要: File1: sha1.py File2: sha1.bat ------------------ File1: sha1.py import hashlib import os,sys def CalcSha1(filepath): with open(filepath,'rb') as f: sha1obj = hashlib.sha1(); ... 阅读全文
posted @ 2016-05-07 14:35 东子1573 阅读(1878) 评论(3) 推荐(0) 编辑