aboutsummaryrefslogtreecommitdiffstats
path: root/accounts/keystore/keystore_passphrase.go
Commit message (Expand)AuthorAgeFilesLines
* accounts/keystore: delete the redundant keystore in filename (#17930)Wenbiao Zheng2018-11-291-354/+0
* cmd/clef: encrypt the master seed on disk (#17704)Martin Holst Swende2018-10-091-31/+43
* accounts/keystore: double-check keystore file after creation (#17348)Martin Holst Swende2018-09-201-2/+25
* crypto/secp256k1: remove external LGPL dependencies (#17239)Péter Szilágyi2018-07-261-5/+12
* accounts: changed if-else blocks to conform with golint (#16654)GagziW2018-05-031-2/+1
* cmd/geth: make geth account new faster with many keys (#15529)Martin Holst Swende2017-11-211-0/+7
* accounts: fix megacheck warnings (#14903)Egon Elbre2017-08-071-2/+2
* accounts/keystore, crypto: don't enforce key checks on existing keyfilesPéter Szilágyi2017-06-011-4/+2
* accounts/keystore, crypto: enforce 256 bit keys on importPéter Szilágyi2017-05-231-1/+4
* all: unify big.Int zero checks, use common/math in more places (#3716)Felix Lange2017-02-281-2/+2
* accounts, cmd, eth, internal, mobile, node: split account backendsPéter Szilágyi2017-02-131-0/+305