09-18-2025, 02:22 PM
I have three huge sets of data:
1. hash160 = RIPEMD160, which is in format 40 digits hex (that's the result of public key hashing)
2. brainwallets=passwords that I want to check (convert), one per line
3. addresses with '1' at the start (I can base58check decode them to hash160), one per line
Using modes 6000 and 28501 how should I work with these files to check as much as I can?
I don't know what the input data format should be for check against these 3.
Can I check for all of these for one piece at a one run of hashcat, or can I prepare a list that it will be checked against the above?
1. hash160 = RIPEMD160, which is in format 40 digits hex (that's the result of public key hashing)
2. brainwallets=passwords that I want to check (convert), one per line
3. addresses with '1' at the start (I can base58check decode them to hash160), one per line
Using modes 6000 and 28501 how should I work with these files to check as much as I can?
I don't know what the input data format should be for check against these 3.
Can I check for all of these for one piece at a one run of hashcat, or can I prepare a list that it will be checked against the above?