Using NIP-SNS for private team data. Its like giftwrap+PNS.
- Zero metadata on envelope (no tags).
- Knowledge of the team key allows you to seal posts to the team channel
- Seals are member-signed, nip44 encrypted inner-envelopes with rumors inside.
- Adding team members is just sharing your team key via giftwrap. No need to rewrap existing notes to new members.
- Members posting SNS notes under this channel reveals no info to relays.
- Member sealed notes canβt be leaked to relays just like giftwraps.
- itβs basically giftwraps without the p tag, because the p tag is already known from the team pubkey
- its an encrypted channel where members can share notes to each other!
- Key rotation is just giftwrapping the new team key (generation+1) to the new member set (allows you to remove members)
Added support for this to nostrdb so it will automatically unwrap these.
Going to use this for most of the shared private data in notedeck (shared issue boards, shared agent sessions, notion/obsidian style notes, etc)
Cheers! π»
https://github.com/damus-io/notedeck/blob/master/docs/nip-sns-sealed-shared-storage.md
- Zero metadata on envelope (no tags).
- Knowledge of the team key allows you to seal posts to the team channel
- Seals are member-signed, nip44 encrypted inner-envelopes with rumors inside.
- Adding team members is just sharing your team key via giftwrap. No need to rewrap existing notes to new members.
- Members posting SNS notes under this channel reveals no info to relays.
- Member sealed notes canβt be leaked to relays just like giftwraps.
- itβs basically giftwraps without the p tag, because the p tag is already known from the team pubkey
- its an encrypted channel where members can share notes to each other!
- Key rotation is just giftwrapping the new team key (generation+1) to the new member set (allows you to remove members)
Added support for this to nostrdb so it will automatically unwrap these.
Going to use this for most of the shared private data in notedeck (shared issue boards, shared agent sessions, notion/obsidian style notes, etc)
Cheers! π»
https://github.com/damus-io/notedeck/blob/master/docs/nip-sns-sealed-shared-storage.md
192β€οΈ10π2π1π€1