Oddbean new post about | logout
 How do I decrypt the encrypted items from a mute list using nip-07 signer and ndk? Looks like I need the private key of the logged in user which I don't have, since it is stored in the browser extension. Any ideas? 
cc @PABLOF7z 
 How do I decrypt the encrypted items from a mute list using nip-07 signer and ndk? Looks like I need the private key of the logged in user which I don't have, since it is stored in the browser extension. Any ideas? 
cc @PABLOF7z relay.nostromo.social 
 How do I decrypt the encrypted items from a mute list using nip-07 signer and ndk? Looks like I need the private key of the logged in user which I don't have, since it is stored in the browser extension. Any ideas? 
cc @PABLOF7z nostr.data.haus 
 How do I decrypt the encrypted items from a mute list using nip-07 signer and ndk? Looks like I need the private key of the logged in user which I don't have, since it is stored in the browser extension. Any ideas? 
cc @PABLOF7z nostrue.com 
 Use the public key 
 How is that supposed to work? 
 Decrypt with the recipient as the same user as the logged in user; iirc if you load the list with NDKList the property items will include both encrypted and unencrypted items. 
 Awesome! Thank you 🤙 
 Is NIP-07 decryptEvent(event) a good idea? #1439 https://github.com/nostr-protocol/nips/issues/1439 
 Will have a look. Thanks