summaryrefslogtreecommitdiffhomepage
path: root/TODO
blob: efb6ecfaafe4d31a9a81e42dcd87c0a385df6b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
* splitting large secret keys
* tune hashes on more powerful hardware than thermal throttling laptop
* store to servers
* Run --uploadqueued periodically (systemd timer?)
* 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 shares successfully, but decrypt failed, must
  be a wrong password, so prompt for re-entry and retry with those shares.