Token length exception with RAR hash – what am I doing wrong?
#5
(01-13-2026, 04:52 PM)Olek_michdoch Wrote: 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 brokenhot games 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!
Let me share some experience: I also encountered the "Token length exception" with RAR3, and most of the time it was because the hash still had extra characters or line breaks. Hashcat is extremely sensitive to formatting; even a single space or unusual character can cause an error.
Reply


Messages In This Thread
RE: Token length exception with RAR hash – what am I doing wrong? - by Daniel976 - Yesterday, 11:07 AM