Skip to main content

get_hashers_by_algorithm

Returns a dictionary mapping algorithm names to their corresponding hasher instances by iterating over the available hashers.

def get_hashers_by_algorithm() - > dict

Returns a mapping of password hasher instances indexed by their algorithm name for efficient lookup.

Returns

TypeDescription
dictA dictionary where keys are algorithm identifier strings and values are the corresponding hasher instances.