Hi George,
I'm not aware of a native public or private API for what you want to accomplish.
However this can be added by using a Python encryption module or in C++.
Cheers,
Dylan
Original Message
Subject: [SailfishDevel] Encrypted authentification storage
Local Ti
Hi
What is the best way to save acount login data (e.g. username/password for
some internet services) within an app?
On iOS there is something like an encrypted key store which can easily be
used for such things. As far as I know, QSettings only writes settings in
plain text.
Any suggestions on