hashcat Forum

Full Version: token length exception
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Token length exception


hashcat -m 0 -a 0 hash.txt

hash file has code from md5 generator

5858ea228cc2edf88721699b2c8638e5 this is just a hash for welcome123

I have tried many others what am i doing wrong


hashfile 'hash.txt' on line 1 (5858ea...88721699b2c8638e5              ): Token length exception                                  No hashes loaded.
Don't put spaces at the end of the hash.

hashcat -m 0 -a 3 5858ea228cc2edf88721699b2c8638e5 welcome?d?d?d
that was it    THANK YOU