upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Staab <shtaab@gmail.com>2023-08-11 09:23:56 -0700
committerJonathan Staab <shtaab@gmail.com>2023-08-11 09:23:56 -0700
commit00a8f9532eeee918c0417ae0f501c790cd5a3f56 (patch)
treebf973bb4321dc6837a392cda292f4a9541431c1a
parent95103569b54b14e5cff55e1da1879fcfe6076349 (diff)
Small wording tweaks
-rw-r--r--44.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/44.md b/44.md
index 9982156..9d43698 100644
--- a/44.md
+++ b/44.md
@@ -1,12 +1,12 @@
1NIP-44 1NIP-44
2====== 2======
3 3
4Encrypted Direct Message (Versioned) 4Encrypted Payloads (Versioned)
5------------------------------------ 5------------------------------
6 6
7`optional` `author:paulmillr` `author:staab` 7`optional` `author:paulmillr` `author:staab`
8 8
9The NIP introduces versioned encryption, allowing multiple algorithm choices to exist simultaneously. 9The NIP introduces a versioned encryption data model, allowing multiple algorithm choices to exist simultaneously.
10 10
11The 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. 11The 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