aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/key_store_passphrase.go
Commit message (Expand)AuthorAgeFilesLines
* accounts, crypto: move keystore to package accountsFelix Lange2016-04-121-315/+0
* crypto: expose key encryption method, add ping-pong testPéter Szilágyi2016-02-241-18/+20
* crypto: code polish + ensure key file contents match with namePéter Szilágyi2016-02-241-5/+12
* crypto: expose key decryption method to parse a string direcltyPéter Szilágyi2016-02-241-26/+37
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-4/+4
* cmd/utils, crypto: add --lightkdf flag for lighter KDFDrake Burroughs2015-10-291-13/+22
* Change go-uuid to use the current supported repository.Jeff R. Allen2015-09-121-1/+1
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* crypto: remove debug print call after decrypting a key from diskFelix Lange2015-07-211-1/+0
* all: remove @author commentsFelix Lange2015-07-071-7/+0
* all: update license informationFelix Lange2015-07-071-15/+15
* account update: migrate or change passwordzelig2015-07-031-15/+18
* fix account orderingzelig2015-07-031-19/+15
* Change keystore to version 3Gustav Simonsson2015-06-241-72/+119
* Update keystore code commentsGustav Simonsson2015-05-141-6/+7
* Update key store to new spec but keep address field for nowGustav Simonsson2015-05-121-42/+29
* Address pull request comments; key header and hex encodingGustav Simonsson2015-05-121-12/+30
* Revert "Add key header to unencrypted key file"Gustav Simonsson2015-05-121-4/+3
* Add key header to unencrypted key fileGustav Simonsson2015-05-121-3/+4
* Add key header to encrypted keysGustav Simonsson2015-05-121-3/+38
* Use common.Address type for accounts.AddressGustav Simonsson2015-05-121-7/+7
* Improve key store passphrase cryptoGustav Simonsson2015-05-121-21/+28
* Remove the awesome, ever misunderstood entropy mixingGustav Simonsson2015-05-121-2/+2
* replaced several path.* with filepath.* which is platform independentBas van Kervel2015-05-121-2/+2
* crypto: switch to golang.org/x/cryptoFelix Lange2015-02-171-3/+5
* Set both key generation and ECDSA nonce to use mixed entropyGustav Simonsson2015-02-111-12/+3
* Address pull request commentsGustav Simonsson2015-01-281-3/+3
* Add accounts package and refactor key storesGustav Simonsson2015-01-261-17/+23
* CamelCase aesCBCDecryptGustav Simonsson2015-01-221-1/+1
* Add ImportPreSaleKeyGustav Simonsson2015-01-211-45/+1
* Address pull request commentsGustav Simonsson2015-01-201-6/+3
* Address pull request commentsGustav Simonsson2015-01-201-5/+7
* Update code commentsGustav Simonsson2015-01-161-6/+4
* Address pull request commentsGustav Simonsson2015-01-161-40/+35
* Address pull request commentsGustav Simonsson2015-01-161-0/+253