Use a password manager to handle passwords and sensitive information like credit card number and such. They are DESIGNED for this kind of stuff! A clip board manager is not.
That way you passwords will NEVER be in any clipboard application AT ALL.
At the end of the day, it is up to the USER to make sure NOT TO COPY SENSITIVE INFORMATION into a desktop shared clipboard application.
In addition, for apps that do let you copy passwords, thereâs a way for them to set a MIME hint with the paste data that makes it not appear visibly in the clipboard or get remembered in the history; see for example 156547 â Passwords copied from kwalletmanager should not appear in klipper. As you can see, we donât even set this for all of our own apps! So thereâs low-hanging fruit there.
KDE made its name with its versatility and the options the user has to customize his DE as they see fit, a simple optional activation of an auto-delete in clipboard after one minute for example, would be just more KDE-ish.
Not sure what freedom has to do with anything here.
That is a fair request, but not really doing anything for security for you sensitive info. If there is something spying, it will run immediately, not wait.
But it is a very fair feature request to make.
But again, it is UP TO THE USER TO MAKE SURE your data is safe, and the way to do that is use tools made for each and every task, and a password manager is designed just for this.
My password manager even does exactly what you ask for, Iâll post it again:
This is in case you use their âcopy to clipboardâ function instead of the smart way of letting the manager paste everything in your browser or application.
To be fair, BitWardenâs âClear Clipboardâ will not help you with a clipboard manager.
What it does after 10 seconds (or however much youâve set it to) is to check that if the current clipboard entry is still the same as the password you just copied, then BitWarden will assert that it owns the clipboard and that it has nothing to share (Iâm not sure if it setting the clipboard value to the empty string or to null but it doesnât really matter). If you have a clipboard manager - or Plasmaâs clipboard for that matter - then the clipboard entries list will still show the copied password and you can still select it and paste your password again. BitWarden wonât even try to delete it again - it will just leave it there.
Unfortunately thereâs no affordance in the Wayland data sharing API for âsecret dataâ or âshort lived dataâ - even the Plasma Clipboard support for âdo not storeâ, mentioned by @ngraham, is kind of a hack and evidently unsupported by any password manager (including KDEâs own). This is definitely something that should be fixed at the Wayland protocols level.
Thank you guss77, this was what I was looking for, I come from Windows and the clipboard works thus copying everything but not showing it in the System Tray like a popup. I have Kde Neon 6 and I love, but this was the only thing that bothered me that everything your copies show it in the System Tray. I chose âalways hiddenâ as an option and works as expected.
That one is actually not an unreasonable request. While in some cases it may be seen as annoying feature, I can also see it as an improvement. For example, my Google Pixel phoneâs keyboard keeps a clipboard history only for the last one hour.
Also, looking at Android, it seems there are content/mime type hints being used as well, because whenever Iâm actually copying credentials from KeePass, the clipboard button shows them as ***** instead of an actual content. So thatâs something to look into replicating as well.
Exactly this! The current clipboard phenomena is not at all trivial as we come to think of it more now. Currently indeed everything copied (possible passwords and what not) are âjust thereâ behind one button on the desktops right bottom corner on the clipboard application. Hmmh.
Because the request doesnât make any sense. As has been explained, if Klipper were disabled entirely, basic clipboard functionality like being able to paste data that came from an app that isnât running would break.
What you guys actually want is a way to not show the history visually. You need to be either requesting that, or else just describe the problem and let the developers figure out a good solution. Suggesting your own solution runs into the risk of exactly what happened here: itâs a bad solution and gets rightfully rejected by the developers, and then the underlying concern doesnât get resolved.
I think the problem is basically, for many, that the clipboard is right there on the desktop right next to Volume button very visually tellingly for any passer by to check out and potentially exploit.
Numerous users donât even realize that all they copy in means of pasting is recorded behind that desktop icon
I know X11 has problems, but the tradeoffs Wayland made break a lot of functionality I rely on. I use the autotype function and AutoKey desktop automation many times every day.
the issue as I read it is that sensitive information can be viewed from the clipboard icon. Thatâs by design, if you put sensitive information in the clipboard you should delete your clipboard history or delete the sensitive information from your history after youâve used it.
But so many people donât simply realize, that their copy pasted stuff remains in an extensive historical pastes list, right there behind the desktop panel icon.
This is not the case for example in GNOME desktop; the information has to be dug out more or less with effort; not just clicking a clipboard picture âjust like thatâ.
So - there could at least for example be some sort of time limit when all history of clipboard is to be erased (if user sets it to do so).
If youâre worried about any passer-by reading your clipboard history and looking at copied passwords, then lock the system when you walk away from the computer, and that threat is neutralized. Itâs why we have a lock screen. Because even if the clipboard history werenât visible, said passer-by could do all kinds of mischief on an unlocked system: delete or steal your files, read your emails, open your maybe-still-unlocked password manager app and steal all the passwords, etc.
If you care about security, lock your screen when you leave the computer.
Without a âclipboard pictureâ, you can just click on the Kickoff icon (or press Meta in GNOME) then press Ctrl-V, and that would show you the last copied stuff. I think this is about as âjust like thatâ as a size-1 clipboard history.