diff options
| author | Jon Staab <jstaab@protonmail.com> | 2023-08-12 12:01:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-12 12:01:36 -0700 |
| commit | 06f8dbadc819d2434068d41044ad2f123efd62af (patch) | |
| tree | a945f398d0aafb22784cf649b1b4830be613dbb4 /44.md | |
| parent | 4d95efcf871d86326cc4b8ed9e7a421e076b5b2a (diff) | |
Update 44.md
Typo
Co-authored-by: Alex Gleason <alex@alexgleason.me>
Diffstat (limited to '44.md')
| -rw-r--r-- | 44.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -8,7 +8,7 @@ Encrypted Payloads (Versioned) | |||
| 8 | 8 | ||
| 9 | The NIP introduces a versioned encryption data model, allowing multiple algorithm choices to exist simultaneously. | 9 | The NIP introduces a versioned encryption data model, allowing multiple algorithm choices to exist simultaneously. |
| 10 | 10 | ||
| 11 | 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-). | 11 | 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). |
| 12 | 12 | ||
| 13 | 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. | 13 | 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. |
| 14 | 14 | ||