GithubHelp home page GithubHelp logo

j-schultz / qtkeychain Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frankosterfeld/qtkeychain

0.0 0.0 0.0 265 KB

Platform-independent Qt API for storing passwords securely.

License: Other

CMake 29.81% C++ 56.69% PowerShell 7.60% QMake 1.62% Objective-C++ 4.28%

qtkeychain's Introduction

QtKeychain

QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform:

  • Mac OS X: Passwords are stored in the OS X Keychain.

  • Linux/Unix: If running, GNOME Keyring is used, otherwise qtkeychain tries to use KWallet (via D-Bus), if available.

  • Windows: By default, the Windows Credential Store is used (requires Windows 7 or newer). Pass -DUSE_CREDENTIAL_STORE=OFF to cmake use disable it. If disabled, QtKeychain uses the Windows API function CryptProtectData to encrypt the password with the user's logon credentials. The encrypted data is then persisted via QSettings.

In unsupported environments QtKeychain will report an error. It will not store any data unencrypted unless explicitly requested (setInsecureFallback( true )).

License: QtKeychain is available under the Modified BSD License. See the file COPYING for details.

qtkeychain's People

Contributors

akallabeth avatar ckamm avatar d1vanov avatar dangelog avatar danimo avatar david-geiger avatar dschmidt avatar eclipseo avatar elvisangelaccio avatar frankosterfeld avatar guruz avatar hasselmm avatar hefee avatar karolherbst avatar kefir500 avatar kropp avatar liviucmg avatar michalsvagerka avatar mmuman avatar ogoffart avatar olear avatar pasnox avatar ri0n avatar rschiang avatar teo avatar theonering avatar tingdahl avatar tuxmaster5000 avatar vadi2 avatar xhochy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.