JanisEst / KeePassQRCodeView

KeePass 2.x plugin which shows QR Codes for entry fields.
MIT License
121 stars 16 forks source link

1 QR-Code with several fields #18

Closed mischlrebl closed 1 year ago

mischlrebl commented 1 year ago

very cool plugin, thanks for that!

a very useful extension would be to fill a given text template with the appropriate values from Keepass (UPPERCASE in the example) and then show the whole text as QR-code:

{ "url":"URL", "username": "USER NAME", "password": "PASSWORD", "language": "de", ... }

that way we configure our app and it would be great for security reason to not have the data outside Keepass

mischlrebl commented 1 year ago

this can already be achieved by KeePass Placeholders: https://keepass.info/help/base/placeholders.html

just put the structure into the notes field for example in the form: { "url":"{URL}", "username": "{USERNAME}", "password": "{PASSWORD}", "language": "de", ... }

mischlrebl commented 9 months ago

it even works with string fields which are then shown in the QR-Code Menu too - great job!

2024-02-19 08_13_19-KeePass - Knowledge-Hub - Confluence