Yeah. Encrypted is the way. I am just wondering what scheme you guys used and did you run into interesting issues with how to do the storage. Is it relational on indexdb or something else?

Reply to this note

Please Login to reply.

Discussion

It was actually really simple, I just set up my in-memory events repository and indexeddb adapter to accept events with no signature and with a `wrap` property for the original wrapper. Here's the meat of the implementation: https://github.com/coracle-social/flotilla/blob/master/src/app/state.ts#L183