03-17-2025, 12:33 PM
(This post was last modified: 03-20-2025, 03:19 PM by Xanadrel.
Edit Reason: mask hash
)
Which hashcat type should I use for the following code? I am not sure if it is 13500 or 11500. I am trying to recover the password for my old Bitcoin wallet. Based on my research, the code below seems to use the PBKDF2-HMAC-SHA256 algorithm. Can you tell me the correct method and which hash type to select? I have the salt_key, salt value, and iteration count.
hashcat -m 13500 -a 3 -i 49019 --salt-file=salt.txt whash.txt -1 ?u?l?d.-
Modified example
$bitcoin$64$xxxxxxxxxxxxxxxxxxx$16$xxxxxxxxx$49019$2$00$2$00
thank you..
hashcat -m 13500 -a 3 -i 49019 --salt-file=salt.txt whash.txt -1 ?u?l?d.-
Modified example
$bitcoin$64$xxxxxxxxxxxxxxxxxxx$16$xxxxxxxxx$49019$2$00$2$00
thank you..