Tron (TRX) Keystore help!
#2
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?
Reply


Messages In This Thread
Tron (TRX) Keystore help! - by marc1n - 08-20-2020, 11:07 AM
RE: Tron (TRX) Keystore help! - by undeath - 08-20-2020, 12:07 PM
RE: Tron (TRX) Keystore help! - by marc1n - 08-20-2020, 02:16 PM