Bitwarden module 23400: Salt-iteration length exception
#1
Exclamation 
Hi,


I'm trying to recover my Bitwardens master password.

With tutorials from the internet I was able to get my Bitwarden hash and I still remember some part of the password.

From the Bitwarden data.json I have an iteration count of 1.000.000

Whenever I try to crack my password I get Salt-iteration length exception

Whenever I try my Bitwarden hash with an iteration count of 100.000 it works, but of course it can't crack the password.

The same is for the example hash from 
https://github.com/hashcat/hashcat/blob/...le_23400.c
on line 30

Code:
$bitwarden$2*100000*2*bm9yZXBseUBoYXNoY2F0Lm5ldA==*+v5rHxYydSRUDlan+4pSoiYQwAgEhdmivlb+exQX+fg=

This hash works fine with an iteration of 100.000 but not with 1.000.000 and I unfortunately salted my Bitwarden with 1.000.000.

Is there any suggestion to modify this limitation?

I've already checked this
https://hashcat.net/forum/thread-10116.html
but unfortunately it did not work - could be me because I'm not sure I did it right.

I'm able to understand basic C, but Hashcat code is already a little bit to advanced. I was able to compile it myself but not to debug it myself to trace where the exception is being thrown. 

I'm very grateful for any help.

Thanks in advance!

Tom
Reply


Messages In This Thread
Bitwarden module 23400: Salt-iteration length exception - by tom - 04-02-2024, 07:49 PM