Securely Storing and Syncing

Project Work Files

Generic File Store

How do you make an encrypted file store without having root access to mount/unmount?

  • libsqlfs
    • make a filesystem out of a sqlite file
    • gives you the C API for accessing files
  • NoteCipher file store
    • store files directly in SQLite
    • 1MB limit

How to do secure, p2p syncing?

Storing Keys

Syncing over Wi-Fi

Also available in: PDF HTML TXT