Module armorlib::preprocessors::hash
[−]
[src]
This module defines the hash preprocessor which makes hash information available to
scan modules. The following hashes are currently supported:
* md5
* sha1
* sha256
* sha512
* sha224
* sha384
* sha3-256
* sha3-512
* sha3-224
* sha3-384
The hashes are available under the metadata path hash/name, and the returned hash will be
in lower case.
Structs
| HashPreprocessor |