Support for partial password
A lightweight and easy-to-use password manager
Brought to you by:
dreichl
Some sites[1] request not entire password but only specific characters (for example 4th, 11th, 12th and 16th). This obviously breaks autoinput. It would be nice to have autoinput smart enough to handle this.
[1]for some reason, especially bank loves to prove that they store passwords as plaintext)
Technically, they may also store passwords not as plaintext but with reversible necryption - not that it would be acceptable...
Use the {PICKCHARS} placeholder for this purpose. See the usage examples in the PICKCHARS documentation.
And a real world example.
https://sourceforge.net/p/keepass/discussion/329220/thread/ba4b2a91/
cheers, Paul