Token length exception with RAR hash – what am I doing wrong?
#1
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:
  • 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
Still the same error.
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?
If someone can explain exactly what causes the “Token length exception” with RAR hashes or what to check, I’d really appreciate it.
Thanks a lot!


Attached Files
.png   Screenshot 2026-01-13 155131.png (Size: 40.46 KB / Downloads: 8)
Reply


Messages In This Thread
Token length exception with RAR hash – what am I doing wrong? - by Olek_michdoch - 01-13-2026, 04:52 PM