本篇文章介绍利用python计算windows全盘文件md5值的脚本 代码如下: import hashlibimport osimport timeimport configparserimport uuid def test_file_md5(file_path): test = hashlib.md5() if os.path.isfile(file_path): with open(file_path, rb) as f
本篇文章介绍利用python计算windows全盘文件md5值的脚本 代码如下:
结果如下: |
2019-06-18
2019-07-04
2021-05-23
2021-05-27
2021-05-27