Logging password entry usage
A lightweight and easy-to-use password manager
Brought to you by:
dreichl
Hi, thank you for this great password safe, really appreciate it! At the moment I'm seeing a password entry change log/history. Can you please implement a password usage log/history, logging if/when a password has been displayed/copied and which user it was. Many thanks and best regards, Peter
This has been requested before and it can't be done because you would need to save the database after each display/copy operation, or the data would be lost. This has greater potential for corruption during save and very poor performance over slow links.
It is also not possible to determine which user used the entry because there is only one password, which can be used by anyone.
If you want auditing there is a trigger example that may help.
https://keepass.info/help/kb/trigger_examples.html#audit
cheers, Paul