dissect.target.helpers.hashutil

Module Contents

Functions

Attributes

dissect.target.helpers.hashutil.BUFFER_SIZE = 32768
dissect.target.helpers.hashutil.md5(fh: BinaryIO) tuple[str]
dissect.target.helpers.hashutil.sha1(fh: BinaryIO) tuple[str]
dissect.target.helpers.hashutil.sha256(fh: BinaryIO) tuple[str]
dissect.target.helpers.hashutil.common(fh: BinaryIO) tuple[str]
dissect.target.helpers.hashutil.custom(fh: BinaryIO, algos: list[str | hashlib._hashlib.HASH]) tuple[str]