upleb.uk

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

summaryrefslogtreecommitdiff
path: root/49.md
diff options
context:
space:
mode:
authorMike Dilger <mike@mikedilger.com>2024-02-16 09:38:21 +1300
committerfiatjaf_ <fiatjaf@gmail.com>2024-02-15 21:49:36 -0300
commitcbec02ab52ffb062f7b7712e0ed6ec524cfe0b6a (patch)
tree615049c0192fd2041c6f74cc9646bdcff9f28913 /49.md
parentafbb8dd008969c863f6075645d09fcb1ef283ed2 (diff)
NIP-49 [breaking]: password normalized to unicode NFKC format
Diffstat (limited to '49.md')
-rw-r--r--49.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/49.md b/49.md
index 6de05eb..addcf74 100644
--- a/49.md
+++ b/49.md
@@ -12,7 +12,7 @@ This NIP defines a method by which clients can encrypt (and decrypt) a user's pr
12Symmetric Encryption Key derivation 12Symmetric Encryption Key derivation
13----------------------------------- 13-----------------------------------
14 14
15PASSWORD = read from the user 15PASSWORD = Read from the user. The password should be unicode normalized to NFKC format to ensure that the password can be entered identically on other computers/clients.
16 16
17LOG\_N = Let the user or implementer choose one byte representing a power of 2 (e.g. 18 represents 262,144) which is used as the number of rounds for scrypt. Larger numbers take more time and more memory, and offer better protection: 17LOG\_N = Let the user or implementer choose one byte representing a power of 2 (e.g. 18 represents 262,144) which is used as the number of rounds for scrypt. Larger numbers take more time and more memory, and offer better protection:
18 18