qtkeychain icon indicating copy to clipboard operation
qtkeychain copied to clipboard

Platform-independent Qt API for storing passwords securely.

Results 55 qtkeychain issues
Sort by recently updated
recently updated
newest added

I am accumulating pods for the qt-pods project, a simple way to integrate foreign qt code without altering the host system. See here for reference: https://github.com/cybercatalyst/qt-pods I have helped a...

The gnome keyring implementation seems to lack the fallback (writing to a settings file) that users of kwallet enjoy.

I just became aware of your project after i started mine about a week ago and i though of informing you of it to let you see if you can...

## Summary It should be possible to override the target collection or wallet on backends where this is possible, using a new pair of methods `Job::setCollection()` and `Job::getCollection()`. On backends...

In an application (kmail) I want to know, if there is a safe backend available, to start a migration from unsafe password storage in config file. Before we used KWallet...

If an application calls quit or closes all windows we still want to finish saving the password. Qt provides a mechanism to defer the exit whilst jobs are active. This...

The user might have installed another service or use Kwallet with SecretService support enabled. References: - https://bugs.kde.org/show_bug.cgi?id=313216#c36

Hi. There seems to be a strange issue I'm encountering on one of my devices. (moto g60s) When going from a working version with an older version code (let's say...

The existing stored values cannot be read (returns error "EntryNotFound"). Our app is storing data offline which is encrypted with a password in the keystore so the user loses this...

Bug
Android