token length exception
#1
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.
Reply
#2
Don't put spaces at the end of the hash.

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