upleb.uk

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

summaryrefslogtreecommitdiff
path: root/49.md
AgeCommit message (Collapse)Author
2024-02-22NIP-46, NIP-49, NIP-65: fix typosAsai Toshiya
2024-02-15NIP-49 test vector for unicode normalization (#1054)Michael Dilger
* NIP-49 [breaking]: password normalized to unicode NFKC format * Test vector for unicode normalization
2024-02-15NIP-49 [breaking]: password normalized to unicode NFKC formatMike Dilger
2024-02-01fix: Correct PASSPHRASE to PASSWORD in NIP-49ocknamo
2024-01-29NIP-49: Private key encryption (#133)Michael Dilger
* 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>