An open API service indexing awesome lists of open source software.

https://github.com/mattdf/extract-goeth-keys

Tool to extract and decrypt the go-ethereum keys from the key store (WARNING: UNSAFE TO DO THIS FOR MOST PURPOSES)
https://github.com/mattdf/extract-goeth-keys

Last synced: 3 months ago
JSON representation

Tool to extract and decrypt the go-ethereum keys from the key store (WARNING: UNSAFE TO DO THIS FOR MOST PURPOSES)

Awesome Lists containing this project

README

        

Build with:

go build extract.go

Run:

./extract /home/user/.geth/keystore/YOUR_KEY_FILE

Enter your password, and it will show the address associated to the key file, the two X, Y curve points in the secp256k1 public key, and the private key number (which is just a bigint)

The password is shown as it is typed, because this is not a tool written for security, just to extract keys in plain format.