This is a Rust script to Derive an ETH private address, to match a missing private address character to the Public address.
-
Clone the repository
-
Insert the Public address in the script
-
Insert the Private address in the script
Run the script
cargo run
Output:
Private Address Found!
Private Address: 0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d
Public Address: 0x8f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d
The script uses the eth-keystore
crate to derive the private key from the public key.