upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--44.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/44.md b/44.md
index 980ea88..b84fb46 100644
--- a/44.md
+++ b/44.md
@@ -8,7 +8,7 @@ Encrypted Payloads (Versioned)
8 8
9The NIP introduces a versioned encryption data model, allowing multiple algorithm choices to exist simultaneously. 9The NIP introduces a versioned encryption data model, allowing multiple algorithm choices to exist simultaneously.
10 10
11The algorithm described in NIP-04 is potentially vulnerable to [padding oracle attacks](https://en.wikipedia.org/wiki/Padding_oracle_attack) and uses keys which are not indistinguishable from random. For more information, see [here](https://github.com/nostr-protocol/nips/pull/715#issuecomment-1675301250-). 11The algorithm described in NIP-04 is potentially vulnerable to [padding oracle attacks](https://en.wikipedia.org/wiki/Padding_oracle_attack) and uses keys which are not indistinguishable from random. For more information, see [here](https://github.com/nostr-protocol/nips/pull/715#issuecomment-1675301250).
12 12
13An encrypted payload MUST be encoded as a JSON object. Different versions may have different parameters. Every format has a `v` field specifying its version. 13An encrypted payload MUST be encoded as a JSON object. Different versions may have different parameters. Every format has a `v` field specifying its version.
14 14