mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
add security warning on nip-04.
This commit is contained in:
parent
6eb1838921
commit
a8fab58526
4
04.md
4
04.md
|
@ -43,3 +43,7 @@ let event = {
|
|||
content: encryptedMessage + '?iv=' + ivBase64
|
||||
}
|
||||
```
|
||||
|
||||
## Security Warning
|
||||
|
||||
This standard does not go anywhere near what is considered the state-of-the-art in encrypted communication between peers, and it leaks metadata in the events, therefore it must not be used for anything you really need to keep secret, and only with relays that use `AUTH` to restrict who can read your `kind:4` events.
|
||||
|
|
Loading…
Reference in New Issue
Block a user