Oddbean new post about | logout
 Has somebody come up with a multisig nsec setup yet, where n/x keys need to sign an event before its fully decrypted and published?  
 The only thing I’ve seen is this. But I’ve never seen it used or much talk of it. 

https://github.com/nickfarrow/frostr 
 Thank you! 
To make it right, the event can't be floating around the relays before all signatures have signed it. Otherwise it defeats the purpose, thinking about a companies blog or government announcement channel that needs checks and balances. So all signers either need to use the same computer, or the half signed event thats been send through relays has to be encrypted.  
 Also have a look at nsecBunker by @PABLOF7z . Not multisig but it allows for managed access/use of a Nostr key. A few clients have implemented support. 

https://nsecbunker.com 
 I think that’s overkill.
I think 2fa is probably good enough and much more user friendly.

Key stored in app, then on signing a pop up app or extension with second factor is secure enough.