Damus
Vitor Pamplona · 3d
I am starting to think MLS/Marmot needs to be a Signer app, not a Nostr client. Clients just talk to the signer to encrypt/decrypt without ever having view or control of the inner secrets and ratche...
JeffG  profile picture
hmm, I don't know tbh.

basically - a standalone app that signs, but also holds all your group chat state? then other apps just call into it to get data to display and request signatures?

feel's like you've just pushed the threat (and requirement for good security) down one level. How the decrypted data is treated is also really important.
1❤️1👀1🤔1
Vitor Pamplona · 2d
Yes, but the signer doesn't store chat data, just the key state. Clients then download and decrypt chat data when they need. Similar interface as any nostr signer. Nostr clients are used to keep decrypted data that cannot be verified if leaked safe. So that should be a problem. Then users wouldn'...