summaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-18 09:34:21 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-18 09:34:21 -0400
commita018b16273719552c7fb389e2d3b681f9e3bcf26 (patch)
treeb68cd95a8bf37878c136b514f9efb3a13e49b65c /TODO
parentf7499663c4d68060b32cd9903b6f15e65b5f88d3 (diff)
downloadkeysafe-a018b16273719552c7fb389e2d3b681f9e3bcf26.tar.gz
update
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 3ff2149..67f240f 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,10 @@
* splitting large secret keys
* tune hashes on more powerful hardware than thermal throttling laptop
* store to servers
-* improve restore progress bar points (10m, 5m, 50m)
+* improve restore progress bar points (update after every hash try)
* Keep secret keys in locked memory until they're encrypted.
(Raaz makes this possible to do.)
Would be nice, but not super-important, since gpg secret keys
are passphrase protected anyway..
+* If we retrieved enough shards successfully, but decrypt failed, must
+ be a wrong password, so prompt for re-entry and retry with those shards.