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