Talanor / findmyhash

Hash cracker
GNU General Public License v3.0
58 stars 31 forks source link

Handler per hash type #18

Closed Talanor closed 6 years ago

Talanor commented 10 years ago

Change the hash list in services, make it a dictionnary where each hash type points toward its handler.

algo_supported would become get_algo Returning the handler if found, None otherwise