m 23800 Token length exception
#5
just guessing on another thread some time ago

sometimes software changes it behavior on how the passwords are generated (iteration count etc.) there was a module where the var for iteration count was lower than the actual count/lenght resulting in an token length exeption

in your case this could be also the problem, because, 750kb of text is quite huge/different in comparision to the 110 bytes of the example hash

$RAR3$*1*ad56eb40219c9da2*834064ce*32*13*1*eb47b1abe17a1a75bce6c92ab1cef3f4126035ea95deaf08b3f32a0c7b8078e1*33

quick look in

https://github.com/hashcat/hashcat/blob/...le_23800.c

the max lenght of the hash before *33 is 655056 so your 750kb is a little bit to much i guess

could you provide the rar-file or the whole hash per pn plz?

EDIT:
found the thread i mentioned
https://hashcat.net/forum/thread-10116-p...l#pid52700
Reply


Messages In This Thread
m 23800 Token length exception - by User21 - 08-13-2021, 10:08 PM
RE: m 23800 Token length exception - by Snoopy - 08-17-2021, 02:31 PM
RE: m 23800 Token length exception - by User21 - 08-23-2021, 08:24 PM
RE: m 23800 Token length exception - by Demandred - 02-16-2022, 08:02 PM
RE: m 23800 Token length exception - by Snoopy - 02-17-2022, 01:27 PM