DannyGB / KeePassTouch

Ubuntu Touch Version of KeePass (QML & C++)
GNU General Public License v3.0
19 stars 11 forks source link

Timed clipboard clearing #46

Open t-fe opened 5 years ago

t-fe commented 5 years ago

For security reasons KeePit should clear the clipboard automatically some time after you've copied one of your passwords into it.

DannyGB commented 5 years ago

This is a feature that was intended from the beginning, and the code actually exists in the app, unfortunately there is a bug in the framework that crashes the app consistently so a work around is required.

See #2

https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1457361