[][src]Crate pbkdf2_identifier

Functions

identify_iterations

Tries to find the iteration count of the hash knowing it's algorithm. password - The password of the hash hash - The hash itself salt - The salt used in the derivation max - The maximum number of iteration to try. Use 0 to try until aborted.