-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set additional Clipboard security flags on windows #7127
Comments
Workaround: Some clipboard managers, such as Ditto, have an Exclude list to which you can add |
There appear to be multiple conventions in use, and my clipboard history tool ( |
Might be a nice feature if it could be customized if there is no standard. Just as another data point, seems like copyq looks for other information, hluk/CopyQ#2500 but also supports custom format values as well as mentioned here, https://copyq.readthedocs.io/en/latest/faq.html#faq-ignore-password-manager |
Overview
Unlike KeePass 2.x, KeePassXC is not setting the "Clipboard Viewer Ignore" format when populating the clipboard, resulting in plaintext passwords being saved by clipboard history tools and similar.
Source code: https://github.com/dlech/KeePass2.x/blob/0defb69f48687de62a4dbfad3213387371a3e8be/KeePass/Util/ClipboardUtil.Windows.cs#L189-L194
Sorry this isn't a PR.
I possibly shouldn't have classed this as "Bug" - but it was surprising behaviour to me, and has left me with passwords in a database they shouldn't be in.
Steps to Reproduce
Expected Behavior
No password entry.
Actual Behavior
History has recorded password entry.
Context
KeePassXC - Version 2.6.6
Revision: 9c108b9
Qt 5.15.2
Debugging mode is disabled.
Operating system: Windows 10 Version 2009
CPU architecture: x86_64
Kernel: winnt 10.0.19043
The text was updated successfully, but these errors were encountered: