clippy icon indicating copy to clipboard operation
clippy copied to clipboard

Clippy and KeePass

Open XOCODE-OP opened this issue 8 years ago • 3 comments

I use KeePass to manage passwords. KeePass automatically copies a password into your clipboard and removes it after a short while. Now obviously you can see where there is a security issue when running clippy at the same time. Of course you could just manually disable clippy, but I would wish there was some sort of feature for this, maybe to block the copy to clippy db if KeePass is running or similar.

XOCODE-OP avatar Sep 18 '16 12:09 XOCODE-OP

The easiest thing to do is to use shift+ctrl+delete to delete entries from the Clippy popup. That is easier than closing, copy/pasting, and reopening Clippy, but if you forget after copying a password then yes, your password would be forever stored in Clippy which you may not be comfortable with.

I don't use KeePass but it probably isn't super hard to hack Clippy to avoid storing the clipboard contents based on whatever criteria makes sense for KeePass.

NathanSweet avatar Sep 18 '16 16:09 NathanSweet

Yea I do that actually. Just the thought that my password is on screen for a second is... Well its ironic when you use a password manager, lets just say :P

Yea like... if application name is KeePass, then dont store, kinda thing.

XOCODE-OP avatar Sep 18 '16 16:09 XOCODE-OP

You'd need to determine exactly what makes sense for avoiding storage of the clipboard contents. Maybe checking the active window title is enough. If so, something generic and configurable like that could be added.

NathanSweet avatar Sep 18 '16 16:09 NathanSweet