Commit Graph

9 Commits (master)

Author SHA1 Message Date
Taeguk Kwon 09e0208029
accounts,signer: fix typos in comments (#28730) 9 months ago
KAI 5c51ef8527
accounts/keystore: handle error for invalid key in DecryptKey (#27432) 1 year ago
Delweng b196ad1c16
all: add whitespace linter (#25312) 2 years ago
Håvard Anda Estensen 07508ac0e9
all: replace uses of ioutil with io and os (#24869) 2 years ago
Marius van der Wijden 3822b09904
accounts/keystore: use github.com/google/uuid (#22217) 4 years ago
Alex Prut 810f9e057d
all: remove redundant conversions and import names (#21903) 4 years ago
Guillaume Ballet 8c1e8de839
accounts/keystore: fix staticcheck warnings (#20373) 5 years ago
Kurkó Mihály 107c67d74e accounts, cmd, internal, signer: add note about backing up the keystore (#19432) 5 years ago
Wenbiao Zheng 32d35c9c08 accounts/keystore: delete the redundant keystore in filename (#17930) 6 years ago
Martin Holst Swende d5c7a6056a
cmd/clef: encrypt the master seed on disk (#17704) 6 years ago
Martin Holst Swende 6f004c46d5 accounts/keystore: double-check keystore file after creation (#17348) 6 years ago
Péter Szilágyi d9575e92fc crypto/secp256k1: remove external LGPL dependencies (#17239) 6 years ago
GagziW 541f299fbb accounts: changed if-else blocks to conform with golint (#16654) 6 years ago
Martin Holst Swende bedf6f40af cmd/geth: make geth account new faster with many keys (#15529) 7 years ago
Egon Elbre 7c74e166b0 accounts: fix megacheck warnings (#14903) 7 years ago
Péter Szilágyi 72dd51e25a
accounts/keystore, crypto: don't enforce key checks on existing keyfiles 7 years ago
Péter Szilágyi aa73420207
accounts/keystore, crypto: enforce 256 bit keys on import 7 years ago
Felix Lange 5f7826270c all: unify big.Int zero checks, use common/math in more places (#3716) 8 years ago
Péter Szilágyi 833e4d1319
accounts, cmd, eth, internal, mobile, node: split account backends 8 years ago
Péter Szilágyi 178da7c6a9
mobile: initial wrappers for mobile support 8 years ago
Gustav Simonsson 7cc6b801e0 accounts: left pad keybytes-to-encrypt, add 30/31 byte keys tests 8 years ago
Felix Lange 6f1ca0bc91 accounts: add ErrDecrypt 9 years ago
Felix Lange a9f26dcd0d accounts: cache key addresses 9 years ago
Felix Lange 4e6d8b348d accounts: fix go vet warnings 9 years ago
Felix Lange 85e6c40c00 accounts, crypto: move keystore to package accounts 9 years ago
Péter Szilágyi 45d08a8aa7 crypto: expose key encryption method, add ping-pong test 9 years ago
Péter Szilágyi 0969b35eec crypto: code polish + ensure key file contents match with name 9 years ago
Péter Szilágyi cda91ee180 crypto: expose key decryption method to parse a string direclty 9 years ago
Ricardo Catalinas Jiménez 436fc8d76a all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() 9 years ago
Drake Burroughs 05ea8926c3 cmd/utils, crypto: add --lightkdf flag for lighter KDF 9 years ago
Jeff R. Allen 0d40727775 Change go-uuid to use the current supported repository. 9 years ago
Felix Lange bfbcfbe4a9 all: fix license headers one more time 9 years ago
Felix Lange 3f047be5aa all: update license headers to distiguish GPL/LGPL 9 years ago
Felix Lange 06d5898d6a crypto: remove debug print call after decrypting a key from disk 9 years ago
Felix Lange e813626ee1 all: remove @author comments 9 years ago
Felix Lange ea54283b30 all: update license information 9 years ago
zelig 1959346793 account update: migrate or change password 9 years ago
zelig fc17a527bc fix account ordering 9 years ago
Gustav Simonsson d23ec6c419 Change keystore to version 3 9 years ago
Gustav Simonsson 56a5592ea0 Update keystore code comments 9 years ago
Gustav Simonsson 2c1b0ff17e Update key store to new spec but keep address field for now 9 years ago
Gustav Simonsson f98e002d98 Address pull request comments; key header and hex encoding 9 years ago
Gustav Simonsson 313eec33ad Revert "Add key header to unencrypted key file" 9 years ago
Gustav Simonsson cd88295f5a Add key header to unencrypted key file 9 years ago
Gustav Simonsson 29a5a92d13 Add key header to encrypted keys 9 years ago
Gustav Simonsson da9fe951da Use common.Address type for accounts.Address 9 years ago
Gustav Simonsson 6b23094cff Improve key store passphrase crypto 9 years ago
Gustav Simonsson 9918b6c84e Remove the awesome, ever misunderstood entropy mixing 9 years ago
Bas van Kervel b79dd188d9 replaced several path.* with filepath.* which is platform independent 9 years ago
Felix Lange 119bea22aa crypto: switch to golang.org/x/crypto 10 years ago