-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I propose an update of lndconnect that allows a user to add a password before outputting the QRCode or string. Then the QRCode data or string data is encrypted using the user's password.
The reasons for this are:
- The data is no longer sensitive
- The data will not be so long, resulting in easier to scan QRCodes
I think we should add an additional field such as password=true to keep backwards compatibility. When clients parse the lndconnect strings, they should parse the password field, knowing whether this lndconnect data is hashed with a password or not. Then clients can prompt users for their password and decrypt the lndconnect string.
Metadata
Metadata
Assignees
Labels
No labels