From 06f8dbadc819d2434068d41044ad2f123efd62af Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Sat, 12 Aug 2023 12:01:36 -0700 Subject: [PATCH] Update 44.md Typo Co-authored-by: Alex Gleason --- 44.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/44.md b/44.md index 980ea88f..b84fb467 100644 --- a/44.md +++ b/44.md @@ -8,7 +8,7 @@ Encrypted Payloads (Versioned) The NIP introduces a versioned encryption data model, allowing multiple algorithm choices to exist simultaneously. -The 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-). +The 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). An encrypted payload MUST be encoded as a JSON object. Different versions may have different parameters. Every format has a `v` field specifying its version.