aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethkey
Commit message (Collapse)AuthorAgeFilesLines
* all: replace passPHRASE with passWORD in user interactions (#19932)SjonHortensius2019-08-125-23/+23
| | | | | | | | | * 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
* all: update author list and licensesPéter Szilágyi2019-07-221-0/+16
|
* cmd, internal/build, docker: advertise commit date in unstable build ↵C. Brown2019-05-081-1/+2
| | | | | | | | | | | | | | versions (#19522) * add-date-to unstable * fields-insteadof-split * internal/build: support building with missing git * docker: add git history back to support commit date in version * internal/build: use PR commits hashes for PR builds
* cmd/ethkey: fix the README to match updated commands (#17332)Evangelos Pappas2018-09-041-3/+15
|
* cmd/ethkey: add command to change key passphrase (#16516)Steven Roose2018-06-086-19/+100
| | | | | | | This change introduces ethkey changepassphrase <keyfile> to change the passphrase of a key file.
* build: enable goimports and varcheck linters (#16446)thomasmodeneis2018-04-181-4/+0
|
* all: update license information (#16089)Felix Lange2018-02-143-2/+18
|
* cmd/ethkey: fix formatting, review nits (#15807)Felix Lange2018-01-166-92/+226
| | | | | | | | 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-216-0/+533
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