[][src]Module libbruteforce::transform_fns

Statics

MD5_HASHING

MD5-Hashing

NO_HASHING

No hashing. Useful for debugging and testing.

SHA1_HASHING

Sha1-Hashing

SHA256_HASHING

SHA256-Hashing

Type Definitions

TransformFn

This type describes functions used to transform the current guess during the bruteforce run before it is compared to the target value. This can be a hashing algorithm for example.