aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey/utils.go
Commit message (Collapse)AuthorAgeFilesLines
* all: replace passPHRASE with passWORD in user interactions (#19932)SjonHortensius2019-08-121-6/+6
| | | | | | | | | * Ref #19906 - replace passPHRASE with passWORD in any user interactions this skips doccomments and variablenames to minimize impact. It does however include a rename of the `ethkey` `changepassphrase` parameter * console: fix JavaScript error capitalization
* cmd/ethkey: add command to change key passphrase (#16516)Steven Roose2018-06-081-16/+24
| | | | | | | This change introduces ethkey changepassphrase <keyfile> to change the passphrase of a key file.
* cmd/ethkey: new command line tool for keys (#15438)Steven Roose2017-12-211-0/+83
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