gritzko / swarm

JavaScript replicated model (M of MVC) library
http://swarmdb.net/
MIT License
2.68k stars 97 forks source link

End to end encryption (WebCrypto) #102

Open ile opened 6 years ago

ile commented 6 years ago

Wondering/idea for the future:

Would end to end encryption (with WebCrypto) be possible/feasible with SwarmDB/CRDT?

olebedev commented 6 years ago

The problem with access rules for mostly offline eventually consistent data is much more complicated than just server signed data.

Not sure about WebCrypto, need to check it.