how can store password in qt application?
is there no ready use library qt ?
currently store application configurations means of qsettings.
in case need authorize member use qcryptographichash class. case, example create connection database, need encrypt password.
one of possible way simplecrypt library. project has docs , examples of usage.
Comments
Post a Comment