Y
Hacker News
new
|
ask
|
show
|
jobs
by
1kGarand
2714 days ago
Most encrypted backup solutions are really bad with protecting keys. Fixed ivs are ok for one file. Not ok for possibly millions of small files. Basically exposed your private key along with your backup.
1 comments
walterbell
2714 days ago
How do you manage millions of keys, if you have millions of small files to be backed up? Would it be ok to have something between 1:all and 1:1?
link
1kGarand
2714 days ago
Sqlite.
link