pcrockett / kin-backup

Secure, simple backups for your next of kin
MIT License
3 stars 0 forks source link

Consider using Zbox #24

Open pcrockett opened 5 years ago

pcrockett commented 5 years ago

Right now a Kin project consists of two simple folders, a private and public folder. These folders then get packaged up during the compile process. For privacy and security, this scheme means:

Remember, we're putting our most sensitive information in this backup project. This is not just a hassle; it's also too easy to make mistakes.

Instead of relying on the OS file system, look into using Zbox to store all our private files, config files, etc. A private, exclusive, encrypted file system would protect us from all the scenarios above.

Advantages:

Disadvantages:

This may also warrant creating a background process, similar to a GPG or SSH "agent" process that remembers our Zbox encryption password for a limited time, so we don't require users to type in their password every time they do something in the project.