nos2x icon indicating copy to clipboard operation
nos2x copied to clipboard

nostr signer extension

Results 16 nos2x issues
Sort by recently updated
recently updated
newest added

Something similar to Password Manager master password. Code example: ``` encryptObject(obj, password) { try { const iv = crypto.randomBytes(16); const salt = crypto.randomBytes(64); const key = crypto.pbkdf2Sync(password, salt, 100000, 32,...

I'm requesting to include the encrypted nsec (ncryptsec) and request the password in the client to open the extension. I'm requesting this because it bothers me that my nsec is...

I have developed a solution that enables modern men to securely store their sensitive keys within encrypted physical structures, employing information encryption through a printed QR code. - [Run App](https://antonioconselheiro.github.io/private-qrcode/#/home)...

Currently, users are required to enter the "wss://" prefix when adding a WebSocket relay address into their preferred relay list. ### **Feature** - Automatically detect and add "wss://" prefix to...

onboarding websites could make extension setup easier by having an API to import keys. something like this could work `await nostr.keys.importKey()` in the future, this could be extended to account...

I'm not sure how this would work. BUT, having to enter this stuff upon every use of nos2x is tedious :)

It would be useful to have support for multiple keys for those of us that run multiple accounts (personal, business/brand).

[NIP-26](https://github.com/nostr-protocol/nips/blob/master/26.md) could be supported by this extension. I would prefer this over each web client implementing it on their own. To the web page it should look as if the...

When I clear my private key and click save. When I click login in other website, it still open authorize page. When I authorize it, I couldn't login success. And...

right now, everytime there's a `window.nostr.nip04.decrypt`, it opens a dialog and we have to go one by one. It would be better to have an option to act on all...