Igor Mandrigin
8600616c3d
geth 1.9.18 post-rebase fixups
2020-08-08 17:33:35 +02:00
Binacs
5f3516ccf7
cmd: abstract getPassPhrase
functions into one ( #21219 )
...
* [cmd] Abstract `getPassPhrase` functions into one.
* cmd/ethkey: fix compilation failure
Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
# Conflicts:
# cmd/clef/main.go
# cmd/ethkey/utils.go
# cmd/geth/accountcmd.go
2020-08-07 11:25:25 +02:00
libby kent
70112ee9de
cmd/ethkey: support --passwordfile in generate command ( #21183 )
2020-08-06 14:07:43 +02:00
Martin Holst Swende
fd4f6397ee
cmd/clef, signer/core: password input fixes ( #20960 )
...
* cmd/clef, signer/core: use better terminal input for passwords, make it possible to avoid boot-up warning
* all: move commonly used prompter to isolated (small) package
* cmd/clef: Add new --acceptWarn to clef README
* cmd/clef: rename flag 'acceptWarn' to 'suppress-bootwarn'
Co-authored-by: ligi <ligi@ligi.de>
# Conflicts:
# cmd/clef/main.go
# cmd/devp2p/dnscmd.go
# cmd/ethkey/utils.go
# cmd/geth/accountcmd.go
# cmd/geth/chaincmd.go
# cmd/geth/main.go
# cmd/wnode/main.go
# console/bridge.go
# console/console.go
# console/console_test.go
# signer/core/cliui.go
2020-06-15 19:38:12 +03:00
Alexey Akhunov
fe01bccbb8
Apply Turbo-Geth modifications to go-ethereum codebase
2019-11-01 21:52:03 +01:00
SjonHortensius
36994e4e0b
all: replace passPHRASE with passWORD in user interactions ( #19932 )
...
* 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
2019-08-12 12:00:38 +03:00
Steven Roose
13af276418
cmd/ethkey: add command to change key passphrase ( #16516 )
...
This change introduces
ethkey changepassphrase <keyfile>
to change the passphrase of a key file.
2018-06-08 15:07:07 +02:00
Steven Roose
eeb53bc143
cmd/ethkey: new command line tool for keys ( #15438 )
...
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
2017-12-21 11:36:05 +01:00