upleb.uk

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

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Dilger <mike@mikedilger.com>2024-01-30 04:45:16 +1300
committerGitHub <noreply@github.com>2024-01-29 12:45:16 -0300
commit7ec060375c5aa8697e8b26c2d1088c9077bfa910 (patch)
tree7ae465749c523ef5dd101113a8e8ff95ed46cadc /README.md
parentff8e2040614c2f442adb3a16bd31f42d443dee27 (diff)
NIP-49: Private key encryption (#133)
* Key export/import as implemented by gossip * Added test data * Last push didn't make sense, only this direction works * Multiple updates: 100k rounds, random salt, version number, length indications * Rename to NIP-49, include in README * Change encoding to bech32 (ncryptsec) * Major rework of the algorithm. NIP is now incomplete as I haven't coded it yet. * renamed * spelling * minor fix * formatting * MORE CHANGES: scrypt, spelt out more detail of the steps to take * spelling * Mostly just removing some unnecesary stuff * Remove the cafebabe note * Remove confusing nonce statement * Change title (and a bit of wording) * remove author * remove legacy event * rename on README --------- Co-authored-by: Mike Dilger <mike@ezicheq.com> Co-authored-by: fiatjaf_ <fiatjaf@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91179cd..9ce96fc 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
57- [NIP-46: Nostr Connect](46.md) 57- [NIP-46: Nostr Connect](46.md)
58- [NIP-47: Wallet Connect](47.md) 58- [NIP-47: Wallet Connect](47.md)
59- [NIP-48: Proxy Tags](48.md) 59- [NIP-48: Proxy Tags](48.md)
60- [NIP-49: Private Key Encryption](49.md)
60- [NIP-50: Search Capability](50.md) 61- [NIP-50: Search Capability](50.md)
61- [NIP-51: Lists](51.md) 62- [NIP-51: Lists](51.md)
62- [NIP-52: Calendar Events](52.md) 63- [NIP-52: Calendar Events](52.md)