-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: read nsec from an encrypted qrcode #53
Comments
This is cool, but we need it to be standardized so it works with all other Nostr clients. There are already some clients doing nsec encryption, and would be nice to get everybody to use the same algorithm before we implement anything. |
nice, in private qrcode I'm using an encode that allows me to parameterize which algorithm is being used:
encrypted: identify the string as encrypted encode Example
See if this idea can contribute to this standardization |
I don't like that at all. Having parameters in the encryption thing just forces everybody to implement all possible parameters. |
Nostr can support a single one algorithm with standardized parameters, this encode helps, if the future demands it, to add new algorithms and parameters keeping backwards compatibility. My suggestion of encrypted encode is inspired by the data url specification (the parameters idea I got from NIP4):
As I said before, I am available to implement this feature to your plugin if you wish, following your decisions. |
So, NIP49 implementation is the standardized way to solves this? |
I guess yes. I had forgotten about this issue. |
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.
I am the integration of a browser plugin with and prompt the user for the decryption key.
I am proposing to add to the browser plugin the capability to read the nsec from an encrypted QR code and ask the user for the opening key.
I believe we should instruct the user to only read qrcodes that were generated by hin.
The benefits of this mechanism are the possibility of removing my nsec from digital media, since a qrcode can be written not only with the ink of a printer, but also on wood, fiber or metal.
I am available to implement this solution if you approve the request.
Private QRCode App:
![private qrcode preview](https://private-user-images.githubusercontent.com/91137293/292669243-65548e73-93c4-41db-94df-f2391ba7c58b.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5NTQxMzUsIm5iZiI6MTczOTk1MzgzNSwicGF0aCI6Ii85MTEzNzI5My8yOTI2NjkyNDMtNjU1NDhlNzMtOTNjNC00MWRiLTk0ZGYtZjIzOTFiYTdjNThiLmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDA4MzAzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWEwZDNhNDdjZTU4MjBlMmI2N2RhOTcwMjc5ZmFlZGIwYWM1OGI4YTQ0N2U3YWRhODY0YzEyYmNlMGE2M2MxYjgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-WbiTibY7snVF0FXTOAoxn_CUzcoHzuDlwTfQvFbZXI)
The text was updated successfully, but these errors were encountered: