qtkeychain icon indicating copy to clipboard operation
qtkeychain copied to clipboard

Platform-independent Qt API for storing passwords securely.

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

"(Ljava/lang/String;)V" https://github.com/frankosterfeld/qtkeychain/blob/67fb08e89194ed3a6cd2b2e4ae24509ea4714fa1/androidkeystore.cpp#L116

Access to gnome-keyring 40 does not work, all *PasswordJob are failing. Works ok with gnome-keyring 3-36 Build from last sources with Qt 6.2.3

I am trying to add QtKeychain to my project. I want to use the library from a git submodule. I am using **Cmake 3.23.2**, **MinGW 8.1.0** and Qt 5.15.2. I'm...

CI for libQuotient breaks when using QtKeychain as of commit e5eeb176 (itself being a fix of #209): https://github.com/quotient-im/libQuotient/runs/6652144889 Building exactly the same code with QtKeychain 0.13.2 goes fine: https://github.com/quotient-im/libQuotient/runs/6656099298

Most of the KDE projects already moved to gettext. It would be good to follow that path to getter reuse in memory of the code with other application.

`cmake ../.. -DBUILD_WITH_QT6=ON` results in the following error message: ``` Make Error at /usr/lib64/cmake/Qt6Core/Qt6CoreVersionlessTargets.cmake:37 (message): Some (but not all) targets in this export set were already defined. Targets Defined: Qt::Core...

This has happened due to https://github.com/frankosterfeld/qtkeychain/commit/70a567abc59d11d2b1c87fcb8b7763365b3a5365 which requires CMake >= 18.0 ``` CMake Error at /Users/runner/buildenv/mixxx-deps-2.4-arm64-osx-min11.0-0275662/scripts/buildsystems/vcpkg.cmake:578 (_add_library): _add_library cannot create ALIAS target "Qt5Keychain::Qt5Keychain" because target "qt5keychain" is imported but not...

I'm still building with Qt 5 but I can't build on latest Debian stable anymore because that ships with cmake 3.13. Is cmake 3.16 really required to make things work?

KWallet allows for some reasons to store maps. This pause a problem when wanting to migrate away from kwallet to qtkeychain, since the data stored in that format is not...