You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be a great improvement to add both QR code encoding and decoding functionality to SeedSigner. This feature would allow users to both generate QR codes and decode them, enhancing the overall user experience. With the ability to encode QR codes, users could securely share information like addresses or messages, while decoding QR codes would allow users to read information embedded in QR codes, directly from the SeedSigner device.
Proposed Solution:
Implement a QR code encoder feature within the SeedSigner interface that allows users to generate QR codes by encoding text or addresses.
Add a QR code decoder feature that enables users to scan and decode QR codes, displaying the extracted text or data on the SeedSigner screen.
Both features should be easily accessible within the device, with an option to toggle them on or off based on user preference.
Benefits:
Increased functionality, allowing users to both generate and decode QR codes securely on the device.
More versatile and user-friendly for scenarios requiring secure QR code exchange or information retrieval.
Streamlined user experience with everything handled on the SeedSigner device without needing external tools.
The text was updated successfully, but these errors were encountered:
I would support this feature. A generic QR code generator/decoder would be a a useful standalone tool and increase the general functionality of the SeedSigner device. I would suggest it could be added under Tools.
The QR code could be engraved and stored on a SteelQR plate (see https://vulcan21.com/steelqr/) by including the same 'transcribe' functionality as the existing SeedQR output.
I currently use @pythcoiner's SeedQReader for this functionality. Having read that code, I know that it remains on my computer (which is online and arguably vulnerable) instead of being shipped off to who-knows-where in the cloud, to be sold/stored/tracked later. But this is useful for inspecting and even preparing qrcodes in a pinch... with at least arguable confidence that privacy is preserved. For fast cut-n-paste, it's invaluable.
BUT... being able to do the same on a stateless air-gapped freedom-ware seedsigner, even though it might be grueling -- in a pinch, would be preferred in some cases.
It would be a great improvement to add both QR code encoding and decoding functionality to SeedSigner. This feature would allow users to both generate QR codes and decode them, enhancing the overall user experience. With the ability to encode QR codes, users could securely share information like addresses or messages, while decoding QR codes would allow users to read information embedded in QR codes, directly from the SeedSigner device.
Proposed Solution:
Benefits:
The text was updated successfully, but these errors were encountered: