D15918: Redact copied passwords after 30 seconds

Kai Uwe Broulik noreply at phabricator.kde.org
Thu Oct 4 08:51:33 BST 2018


broulik added a comment.


  There's a hint one can set now to keep Klipper from storing a content, specifically designed for password managers. I think KWalletManager should just set that. Something like
  
    QMimeData *data = new QMimeData();
    data->setText(password);
    data->setData("x-kde-passwordManagerHint", QByteArrayLiteral("secret"));
    qApp->clipboard()->setMimeData(data, QClipboard::Clipboard);

REPOSITORY
  R362 KWalletManager

REVISION DETAIL
  https://phabricator.kde.org/D15918

To: michaelmccallum
Cc: broulik, cfeck, kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20181004/d92aa0ef/attachment.html>


More information about the Kde-utils-devel mailing list