diff options
| author | Jonathan Staab <shtaab@gmail.com> | 2023-08-11 09:23:56 -0700 |
|---|---|---|
| committer | Jonathan Staab <shtaab@gmail.com> | 2023-08-11 09:23:56 -0700 |
| commit | 00a8f9532eeee918c0417ae0f501c790cd5a3f56 (patch) | |
| tree | bf973bb4321dc6837a392cda292f4a9541431c1a /44.md | |
| parent | 95103569b54b14e5cff55e1da1879fcfe6076349 (diff) | |
Small wording tweaks
Diffstat (limited to '44.md')
| -rw-r--r-- | 44.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,12 +1,12 @@ | |||
| 1 | NIP-44 | 1 | NIP-44 |
| 2 | ====== | 2 | ====== |
| 3 | 3 | ||
| 4 | Encrypted Direct Message (Versioned) | 4 | Encrypted Payloads (Versioned) |
| 5 | ------------------------------------ | 5 | ------------------------------ |
| 6 | 6 | ||
| 7 | `optional` `author:paulmillr` `author:staab` | 7 | `optional` `author:paulmillr` `author:staab` |
| 8 | 8 | ||
| 9 | The NIP introduces versioned encryption, 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 NIP4 is potentially vulnerable to [padding oracle attacks](https://en.wikipedia.org/wiki/Padding_oracle_attack) and uses keys which are not indistinguishable from random. | 11 | The algorithm described in NIP4 is potentially vulnerable to [padding oracle attacks](https://en.wikipedia.org/wiki/Padding_oracle_attack) and uses keys which are not indistinguishable from random. |
| 12 | 12 | ||