01-13-2026, 04:52 PM
Hello everyone,
I’m trying to crack my own RAR archive with hashcat, but I always get this error:
Token length exception
No hashes loaded.
I extracted the hash using
rar2john
. The hash starts with:
$RAR3$*1*...
So I’m using:
hashcat -m 12500 hash.txt
But no matter what I do, hashcat always says the token is too long or malformed.
What I already tried:
Questions:
Thanks a lot!
I’m trying to crack my own RAR archive with hashcat, but I always get this error:
Token length exception
No hashes loaded.
I extracted the hash using
rar2john
. The hash starts with:
$RAR3$*1*...
So I’m using:
hashcat -m 12500 hash.txt
But no matter what I do, hashcat always says the token is too long or malformed.
What I already tried:
- Removed the filename from the hash
- Removed everything after the hash
- Made sure the file contains only one single line
- Tried different editors (Notepad, Notepad++, etc.)
- Re-extracted the hash multiple times with rar2john
Questions:
- Is there a maximum length for RAR3 hashes in hashcat?
- Can a very large archive produce an invalid or unsupported hash?
- Is there a specific format that hashcat strictly expects for RAR3 hashes?
- Could it be that the hash is incomplete or broken even though rar2john generates it?
Thanks a lot!
