hashcat wont read this bcrypt hash
#1
Hello, I'm trying to run hashcat on this hash '$2a$08$615rDGaafYMTo6t.v7A2uO2M2kI360M1z5PTtQxWTRMR0GDtnkEsu615rDGaafYMTo6t.v7A2uX' But I keep getting a Token Length Exception 
I've looked everywhere for similar posts but cant find anything useful.

The command I'm running is 'hashcat -m 3200 hash.txt'
Reply
#2
(06-01-2021, 12:06 PM)piedude Wrote: Hello, I'm trying to run hashcat on this hash '$2a$08$615rDGaafYMTo6t.v7A2uO2M2kI360M1z5PTtQxWTRMR0GDtnkEsu615rDGaafYMTo6t.v7A2uX' But I keep getting a Token Length Exception 
I've looked everywhere for similar posts but cant find anything useful.

The command I'm running is 'hashcat -m 3200 hash.txt'

https://en.wikipedia.org/wiki/Bcrypt
Reply