PDA

View Full Version : Store and load passwords via QSettings



ralfwickum
13th July 2015, 12:39
Hello,

since most of application can store passowords, I would like to do so. Currently I stored all relevant configuration parameters by means of QSettings. That is really comfortable for me.

Now, I would like to store a password, but that password should be encrypted. Is there no ready library from Qt to handle passowrds within the application?

Thnx in advance! Regards

anda_skoa
13th July 2015, 14:18
For example https://github.com/frankosterfeld/qtkeychain

Cheers,
_