git ssb

1+

Dominic / ssb-private-groups



Tree: 175c09c5b3761c2ade56bb5622e3e6cc5063b1c4

Files: 175c09c5b3761c2ade56bb5622e3e6cc5063b1c4 / README.md

886 bytesRaw

ssb-private-groups

stability: Experimental

This is a prototype, expect breaking changes. If you use this to post messages to your real ssb feed, do not expect encrypted format to continue to be supported.

receive key

to indicate you support box2, post a message

` { type: 'private-msg-key', key: curve25519.public }
when decrypting messages from another feed, you know it came from their most recent private message key, because they are in a strict order.

when decrypting messages for your feed these must be combined with each private-msg-key you retain. when rotating keys, it is advisable to keep both keys alive for an overlap period, to improve chances that sender has your new key when they write a message to you.

If they write a message to a key you have discarded, you won't know, because you'll be unable to decrypt that message.

License

MIT

Built with git-ssb-web