01-19-2021, 12:50 PM
(This post was last modified: 01-20-2021, 02:36 PM by Etienereum.)
Hello guys,
A friend of mine has an Ethereum ICO wallet format, which he has lost its password. I have not been able to use Hashcat to recover the password because the format is different form the UTC wallet format.
v1format.png (Size: 56.81 KB / Downloads: 33)
Does anyone know how I can convert this ICO walet json file to UTC (version 3 keystore file) or is there a way I can use Hashcat on this ICO wallet to brute force the password.
My Thought:
Here is a piece of code which is using ethereumjs-wallet lib
ethereumcode.png (Size: 64.24 KB / Downloads: 25) and it can help me get a wallet object in v3 but I still need the password to achieve this.
I don't know how I can leverage Hashcat password combination mechanism to brute force the wallet using the above method.
A friend of mine has an Ethereum ICO wallet format, which he has lost its password. I have not been able to use Hashcat to recover the password because the format is different form the UTC wallet format.
v1format.png (Size: 56.81 KB / Downloads: 33)
Does anyone know how I can convert this ICO walet json file to UTC (version 3 keystore file) or is there a way I can use Hashcat on this ICO wallet to brute force the password.
My Thought:
Here is a piece of code which is using ethereumjs-wallet lib
ethereumcode.png (Size: 64.24 KB / Downloads: 25) and it can help me get a wallet object in v3 but I still need the password to achieve this.
I don't know how I can leverage Hashcat password combination mechanism to brute force the wallet using the above method.