summaryrefslogtreecommitdiffhomepage
path: root/keysafe.hs
Commit message (Expand)AuthorAge
* better message on bad passwordJoey Hess2016-08-31
* added --store-directoryJoey Hess2016-08-31
* Added basic test suite.Joey Hess2016-08-30
* Improve time estimates, taking into account the number of cores.Joey Hess2016-08-30
* make server default to only listening to localhostJoey Hess2016-08-29
* --server needs a portJoey Hess2016-08-22
* http client, and --serverJoey Hess2016-08-20
* wordingJoey Hess2016-08-19
* done for the day!Joey Hess2016-08-19
* avoid displaying messages while progress bar is displayedJoey Hess2016-08-19
* chunkingJoey Hess2016-08-19
* rename shard -> shareJoey Hess2016-08-19
* minor prompt flowJoey Hess2016-08-18
* untested moving of upload queues on to serversJoey Hess2016-08-18
* add support for multiple storage locattionsJoey Hess2016-08-18
* obscure nameJoey Hess2016-08-17
* allow configuring N and MJoey Hess2016-08-17
* probe knownTunings on restoreJoey Hess2016-08-17
* save restored secret key to gpg or fileJoey Hess2016-08-17
* simplifyJoey Hess2016-08-17
* refactorJoey Hess2016-08-17
* make storage to use configurable on command lineJoey Hess2016-08-17
* progress display for storingJoey Hess2016-08-17
* add progress bars to restoreJoey Hess2016-08-17
* improve layoutJoey Hess2016-08-16
* allow shorter nameJoey Hess2016-08-16
* improve cost tableJoey Hess2016-08-16
* add cost estimatesJoey Hess2016-08-16
* 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
* add --benchmarkJoey Hess2016-08-16
* switch to random salt byte to make decryption expensiveJoey Hess2016-08-16
* prompt for nameJoey Hess2016-08-12
* add --gui optionJoey Hess2016-08-12
* option parsingJoey Hess2016-08-12
* improve output slightlyJoey Hess2016-08-12
* add checksum to encrypted dataJoey Hess2016-08-12
* zero-pad size of padded bytesJoey Hess2016-08-11
* disable decryption puzzle, at least for nowJoey Hess2016-08-11
* don't use IV as puzzle after allJoey Hess2016-08-11
* guessing puzzle answersJoey Hess2016-08-11
* round-tripping now working, except for guessing the puzzleJoey Hess2016-08-11
* write via temp fileJoey Hess2016-08-11
* obscure shard timestampsJoey Hess2016-08-11
* show brute force cost estimateJoey Hess2016-08-11
* show store successes/failuresJoey Hess2016-08-11
* pluggable object storage layerJoey Hess2016-08-11
* Shard data typeJoey Hess2016-08-11
* more todoJoey Hess2016-08-11