mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
Update 112.md
Co-authored-by: Jon Staab <jstaab@protonmail.com>
This commit is contained in:
parent
a3f9041f49
commit
d81b7c8c58
4
112.md
4
112.md
|
@ -10,7 +10,9 @@ This NIP defines new event kinds for encrypted group events, with chat as the pr
|
||||||
|
|
||||||
This NIP builds on the encryption from NIP-44, the gift-wrap of NIP-59 and the distributed chat channel management of NIP-28. It is similar to NIP-38, with the exception that gift-wrap is used on every message, and issues like metadata leakage and optional forward secrecy are addressed.
|
This NIP builds on the encryption from NIP-44, the gift-wrap of NIP-59 and the distributed chat channel management of NIP-28. It is similar to NIP-38, with the exception that gift-wrap is used on every message, and issues like metadata leakage and optional forward secrecy are addressed.
|
||||||
|
|
||||||
It works by creating a shared secret that is used to encrypt the group or channel messages. Only the participants know that secret, so only such members can read/write to this group chat. This effectively hides metadata from external users. See drawbacks below.
|
It works by creating a shared secret that is used to encrypt the group or channel messages.
|
||||||
|
Only the participants know that secret, so only such members can read/write to this group chat.
|
||||||
|
This effectively hides metadata from external users. See drawbacks below.
|
||||||
|
|
||||||
It reserves 8 event kinds (1059, 400-406) for immediate use.
|
It reserves 8 event kinds (1059, 400-406) for immediate use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user