diff options
| -rw-r--r-- | 49.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -12,7 +12,7 @@ This NIP defines a method by which clients can encrypt (and decrypt) a user's pr | |||
| 12 | Symmetric Encryption Key derivation | 12 | Symmetric Encryption Key derivation |
| 13 | ----------------------------------- | 13 | ----------------------------------- |
| 14 | 14 | ||
| 15 | PASSWORD = read from the user | 15 | PASSWORD = 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 | ||
| 17 | LOG\_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: | 17 | LOG\_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 | ||