Encrypted Backups

Data is symmetricly encrypted on client and then transmitted over https to server for storage. User can retrieve their own encrypted blob and decrypt on device.

Problem: Users cannot recover data that is stored on device if device is lost, stolen, damaged beyond use, or if they simply delete the app.

Solution: Users can encrypt thier data and store it on our servers.

Stretch Feature: Analyze encrypted user data using homomorphic encryption to provide anonymouse public features.