-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Clipboard clearing timer does not remove password from KDE klipper #348
Comments
i looked a bit deeper into the klipper configuration i found the option to "Disable Actions for windows of type WM_CLASS" then i added a new entry in the klipper configuration but unfortunately was not able to get the intended behavior. anyone got klipper configured to ignore actions from qtpass? |
That sounds like something to add to the FAQ and or README |
well , i played around with klipper and did not find any solution to prevent passwords copied into the klipper to be shown in the klipper history. If any body has same experience or has solution please share. For password used in www i recommend using firefox and passff , which give direct access to the pass without a copy past |
this seems to be related same argumentation , this is considered a security flaw. Should we fill another bug ? |
This issue is not specific to KDE: same behaviour with XFCE4 clipman. |
It should be possible, as one developer has done it for his proof-of-concept ‘plasma pass’: https://www.dvratil.cz/2018/05/plasma-pass/ More specifically, at the end of https://cgit.kde.org/scratch/dvratil/plasma-pass.git/tree/plugin/passwordprovider.cpp are the functions that he defines for doing it. He uses klipper-specific code. |
I am not sure about |
yes i can confirm that the terminal interface of pass does clean the clipboard in KDE. |
That is no reason to close this issue. QtPass still doesn't clear the password from the clipboard. (Moreover, clearing the entire Klipper history is not exactly proper behavior.) Please reopen. |
i looked into plasma-pass -> link how could this lines of code go into qtpass? |
if the Copy Password button in QTPass used the 'pass -c' command to copy the password then a custom set 'pass' command could point to a wrapper script like this:
This script would be for clipman on xfce4 |
any news about this? |
I'm experiencing the same issue. |
Relevant upstream bug: https://bugs.kde.org/show_bug.cgi?id=334646 |
The bug is now closed, and the latest comment there says:
So, it sounds like there should be a way for QtPass to also set the proper hints/flags. Another approach employed by
https://github.com/zx2c4/password-store/blob/1.7.4/src/password-store.sh#L175 It's essentially a workaround, but it works pretty well. |
many thanks to create that tool !
Since i move to pass i am using it on daily base and love it.
concerning the clipboard clearing feature i recognized that the functionality actually does not remove the copied password from the klipper KDE clipboard utility.
The "Clipboard cleared" is shown in the qt status ui.
The copied password remains in the history.
I think is is actually a security risk. as the klipper entry needs to be manually cleared.
Not sure if the klipper provides a dbus interfacce to also remove the Clipboard entry been coming from qtpass.
Can klipper been configured to not receive the clipboard from qtpass?
I am also sure the get complicated as the klipper is only available in KDE.
thx
The text was updated successfully, but these errors were encountered: