I'm working on an application that requires the data to be encrypted in transit and at rest. Its sensitive data that needs to be shared between users devices only. I want to use Automerge to keep the data in sync and reduce conflicts using CRDT.
Later on I also want to add sharing this sensitive data with others that the user chooses. Its basically a local first password manager of sorts.
I'm working on an application that requires the data to be encrypted in transit and at rest. Its sensitive data that needs to be shared between users devices only. I want to use Automerge to keep the data in sync and reduce conflicts using CRDT.
Later on I also want to add sharing this sensitive data with others that the user chooses. Its basically a local first password manager of sorts.