aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/key_store_passphrase.go
Commit message (Expand)AuthorAgeFilesLines
* 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