From 00a8f9532eeee918c0417ae0f501c790cd5a3f56 Mon Sep 17 00:00:00 2001 From: Jonathan Staab Date: Fri, 11 Aug 2023 09:23:56 -0700 Subject: [PATCH] Small wording tweaks --- 44.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/44.md b/44.md index 9982156b..9d436989 100644 --- a/44.md +++ b/44.md @@ -1,12 +1,12 @@ NIP-44 ====== -Encrypted Direct Message (Versioned) ------------------------------------- +Encrypted Payloads (Versioned) +------------------------------ `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.