glv2 / bruteforce-salted-openssl

Try to find the password of a file that was encrypted with the 'openssl' command.
Other
205 stars 52 forks source link

Is it possible to brute vanitygen protected private key? #13

Open mkvtvseries opened 6 years ago

mkvtvseries commented 6 years ago

As they are using openssl. Please test below BTC Protkey. Encrypytion Password: password BTC Address: 1LosTCk8ybHaYc9Ht759ym21xHSPe3pskw BTC Protkey: PsV3ocy3nbUL37oLrmFvePXciKtnZzqspjmKgm5HqdBwoNwgkzc4XHzWoHMHvkkWMj4F

glv2 commented 6 years ago

The format of "BTC Protkey" (base58 encoded string) is different from the format expected by *bruteforce-salted-openssl" (binary file starting with Salted__).

I also took a quick look to the source code of vanitygen, and the encryption parameters they use (e.g. variable iteration count) are not identical to what is used by the openssl enc ... command.

mkvtvseries commented 6 years ago

hello @glv2 Will you please develop on bruteforce vanitygen protected private key , As I can't find on vanitygen As there were bruteforce-wallet which i started using just for FUN. Thank