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

https://github.com/bsdelf/geth-decrypt-key

Decrypt geth keystore file
https://github.com/bsdelf/geth-decrypt-key

decryption ethereum geth keystore private-key

Last synced: 10 months ago
JSON representation

Decrypt geth keystore file

Awesome Lists containing this project

README

          

# geth-decrypt-key

This tool can be used to decrypt the keystore file generated by `geth account new` command.

It's quite helpful if you want to find out the underlying private key of your account.

## Prerequisite

- C compiler
- Go SDK

## Build

```
go build -v ./...
```

## Usage

First of all, use `geth account list` to locate keystore files. After then, decrypt the desired keystore file with this command.

```
-key string
secret key file path
-password string
password file path or its content
```