Ekultek / Dagon

Advanced Hash Manipulation
172 stars 54 forks source link

Bcrypt and blowfish #26

Closed Ekultek closed 7 years ago

Ekultek commented 7 years ago
C:\Users\thomas_j_perkins\Documents\bin\python\dagon>python dagon.py -c 098f6bcd4621d373cade4e832627b4f6 --bruteforce -A 500
Dagon .. Advanced Hash Manipulation v1.9.17.29(dev)
Clone: https://github.com/ekultek/dagon.git

[16:34:58 INFO] Checking program integrity...
[*] Starting up at: 1499031305.06..

[16:35:05 INFO] Using algorithm, BLOWFISH..
No handlers could be found for logger "passlib.handlers.bcrypt"
[16:35:07 CRITICAL] User exited process...
Ekultek commented 7 years ago

Looking into this

Ekultek commented 7 years ago

Created issue on passlib repo here: https://bitbucket.org/ecollins/passlib/issues/93/no-handlers-could-be-found-for-logger

From the looks of it they haven't been keeping up with their issues, so I'm going to look for another blowfish hashing algorithm, possibly one that can be used under thirdparty. @delirious-lettuce when you are available , please search for a blowfish algorithm as well. Thanks homie.

Ekultek commented 7 years ago

Fixed via cdf85e3