Ecosyste.ms: Awesome
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: 19 days ago
JSON representation
Tool to extract and decrypt the go-ethereum keys from the key store (WARNING: UNSAFE TO DO THIS FOR MOST PURPOSES)
- Host: GitHub
- URL: https://github.com/mattdf/extract-goeth-keys
- Owner: mattdf
- Created: 2017-01-12T17:09:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T17:12:52.000Z (almost 8 years ago)
- Last Synced: 2024-10-06T20:21:52.437Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.