myHash.py
# -*- coding: utf-8 -*-
import os
from hashlib import md5, sha1, sha256
from zlib import crc32
import time
from math import ceil
class Hash:
def __init__(self, strFilePath):
self
Python校验文件Hash值及获取文件属性
阅读 80
2022-03-18
myHash.py
# -*- coding: utf-8 -*-
import os
from hashlib import md5, sha1, sha256
from zlib import crc32
import time
from math import ceil
class Hash:
def __init__(self, strFilePath):
self
相关推荐
精彩评论(0)