summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
Commit message (Collapse)AuthorAge
* key selection workingJoey Hess2016-08-16
|
* more command line interface improvementsJoey Hess2016-08-16
|
* improve options to select secret key to backup/restoreJoey Hess2016-08-16
|
* switch to random salt byte to make decryption expensiveJoey Hess2016-08-16
|
* use zxcvbn-c for fairly good password entropy estimationJoey Hess2016-08-16
| | | | | This should be good enough to let the keysafe UI comment on how good a password the user chooses.
* add --gui optionJoey Hess2016-08-12
|
* add readline UIJoey Hess2016-08-12
|
* temporarily inline argon2 haskell bindingsJoey Hess2016-08-12
| | | | | | | Works around bug that prevents the argon2 haskell library from building from source. Revert once that's fixed. I included the text of the LICENSE from argon2 into the two source files.
* option parsingJoey Hess2016-08-12
|
* guessing puzzle answersJoey Hess2016-08-11
|
* pluggable object storage layerJoey Hess2016-08-11
|
* inline slightly modified version of secret-sharingJoey Hess2016-08-11
| | | | | Needed for efficient serialization of shares, unless upstream takes my suggestion to make the finite field be size 256.
* nearly able to generate shards nowJoey Hess2016-08-11
|
* finish AES decryption puzzle implementationJoey Hess2016-08-07
|
* initialJoey Hess2016-08-06