summaryrefslogtreecommitdiffhomepage
path: root/TODO
blob: 37088d98395394c09bddee34898cc611301eb6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
* splitting large secret keys
* tune hashes on more powerful hardware than thermal throttling laptop
* store to servers
* Run periodically and store any objects in uploadqueue on servers,
  to recover from eg network failure.
* 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.