upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-03-07 07:31:21 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-03-07 07:31:21 -0300
commita8fab58526f3cafa9d511512e2881f505fbe1626 (patch)
tree6616a00581e008e797e693073dc1f11831f84bdd
parent6eb18389212430f91f293f7a57895b05b9e37e13 (diff)
add security warning on nip-04.
-rw-r--r--04.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/04.md b/04.md
index 153456a..63b1177 100644
--- a/04.md
+++ b/04.md
@@ -43,3 +43,7 @@ let event = {
43 content: encryptedMessage + '?iv=' + ivBase64 43 content: encryptedMessage + '?iv=' + ivBase64
44} 44}
45``` 45```
46
47## Security Warning
48
49This 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.