encryptionexamplehelp wantedsyncing
Repository metrics
- Stars
- (3,599 stars)
- PR merge metrics
- (PR metrics pending)
Description
Many apps dealing with personal data would like to still be able to sync data between devices while also ensuring that only the user can read their own data.
Livestore could have support in its sync implementation for code that encrypts data on the way out and decrypts it as it comes in e.g. two new parameters encrypt and decrypt which take a function which does the work.
This doesn't solve the problem of how to share a key between clients but would be a useful building block for that.