dissect.target.helpers.hashutil#

Module Contents#

Functions#

md5

sha1

sha256

common

custom

hash_uri_records

Hash uri paths inside the record.

hash_uri

Hash the target path.

Attributes#

dissect.target.helpers.hashutil.BUFFER_SIZE = 32768#
dissect.target.helpers.hashutil.HashRecord#
dissect.target.helpers.hashutil.md5(fh)#
dissect.target.helpers.hashutil.sha1(fh)#
dissect.target.helpers.hashutil.sha256(fh)#
dissect.target.helpers.hashutil.common(fh)#
dissect.target.helpers.hashutil.custom(fh, algos)#
dissect.target.helpers.hashutil.hash_uri_records(target, record: flow.record.Record) flow.record.Record#

Hash uri paths inside the record.

dissect.target.helpers.hashutil.hash_uri(target: dissect.target.target.Target, path: str) flow.record.Record#

Hash the target path.