aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/inspect.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/ethkey: add command to change key passphrase (#16516)Steven Roose2018-06-081-1/+1
| | | | | | | This change introduces ethkey changepassphrase <keyfile> to change the passphrase of a key file.
* all: update license information (#16089)Felix Lange2018-02-141-0/+16
|
* cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-161-0/+1
| | | | | | | | This commit: - Adds a --msgfile option to read the message to sign from a file instead of command line argument. - Adds a unit test for signing subcommands. - Removes some weird whitespace in the code.
* cmd/ethkey: new command line tool for keys (#15438)Steven Roose2017-12-211-0/+74
ethkey is a new tool that serves as a command line interface to the basic key management functionalities of geth. It currently supports: - generating keyfiles - inspecting keyfiles (print public and private key) - signing messages - verifying signed messages