Small wording tweaks

This commit is contained in:
Jonathan Staab 2023-08-11 09:23:56 -07:00
parent 95103569b5
commit 00a8f9532e

6
44.md
View File

@ -1,12 +1,12 @@
NIP-44 NIP-44
====== ======
Encrypted Direct Message (Versioned) Encrypted Payloads (Versioned)
------------------------------------ ------------------------------
`optional` `author:paulmillr` `author:staab` `optional` `author:paulmillr` `author:staab`
The NIP introduces versioned encryption, allowing multiple algorithm choices to exist simultaneously. The NIP introduces a versioned encryption data model, allowing multiple algorithm choices to exist simultaneously.
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. 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.