PhilippC / keepass2android

Password manager app for Android
https://play.google.com/store/apps/details?id=keepass2android.keepass2android
GNU General Public License v3.0
4.86k stars 393 forks source link

[QUESTION] Referencing parts of an existing password #2669

Open WebworkrNet opened 2 months ago

WebworkrNet commented 2 months ago

Version 1.10

One of my web hosters requires additional authentication in certain situations when communicating by e-mail, especially for chargeable orders, if the request is not made via the contact form in the login area. To do this, it uses the last 4 digits of a password from one of its login areas, which it saves separately. If the login password changes, the password for authorization changes accordingly.

To access the last 4 digits of the login password, the entire password can be copied and only the last digits used, which is user-unfriendly, or the 4 digits of the password can be saved separately again, which entails the risk of inconsistencies because 2 entries then have to be kept up to date manually.

Currently, this scenario cannot be mapped using references and placeholders, if I understand correctly, right?

Compare

Thanks