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$9de572011d414a1a71e236a17020c277b1b2131ce1c35010121009d61e4c24c8$16$09792b4786f368cb$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$9de572011d414a1a71e236a17020c277b1b2131ce1c35010121009d61e4c24c8$16$09792b4786f368cb$49019$2$00$2$00
thank you..