hashcat Forum
Brute force trx keystore file - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Brute force trx keystore file (/thread-11627.html)



Brute force trx keystore file - Trxhelp - 09-26-2023

I have a keystore file for Tron that I’m looking to access. I have compiled a list of passwords I had from around the time to help narrow down common characteristics

I haven’t seen much specifically dealing with tron, other than it Wa on the ethereum blockchain originally. Is the keystore able to be cracked or is hashcat limited to only certain types of keystore files.

I’m excited to learn and hopeful to regain access!

Thanks!


RE: Brute force trx keystore file - Cmd2002 - 09-26-2023

is it a .json file? Try it in ethereum2john maybe


RE: Brute force trx keystore file - Trxhelp - 09-26-2023

Cmd2002 dateline='[url=tel:1695713034' Wrote: 1695713034[/url]']
is it a .json file? Try it in ethereum2john maybe

I believe it is. I’ll try this out, thanks for the recommendation.


RE: Brute force trx keystore file - marc1n - 09-27-2023

Cracking cryptocurrency wallets requires a lot more than just calculating a simple hash. Unless it's explicitly implemented for your type of wallet (it's not) you won't be able to attack it with hashcat.

In order to implement it, a lot of details would be needed:
1. how does key calculation work? (simply "something with sha512" doesn't cut it)
2. how is the public key derived from the calculated (private) key?
3. how to compare the address with the public key?