Re: [SailfishDevel] Secure storage for login data

2019-06-13 Thread Caliste Damien
Hello, Chris Adams was quicker than me to provide an example. Thanks Chris for this comprehensive and commented code. I may add some more words and comment another example: https://github.com/sailfishos/sailfish-secrets/plugins/gnupgplugin/pinentry/qassuanserver.cpp This is the implementation of

Re: [SailfishDevel] Secure storage for login data

2019-06-13 Thread Dylan Van Assche via Devel
rse, feedback would definitely be appreciated. > > Best regards, > Chris. > > --- > > From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van > Assche via Devel [devel@lists.sailfishos.org] > Sent: Thursday, June 13, 2019 2:27 PM > To: devel@lists.sai

Re: [SailfishDevel] Secure storage for login data

2019-06-13 Thread Chris Adams
e appreciated. Best regards, Chris. From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van Assche via Devel [devel@lists.sailfishos.org] Sent: Thursday, June 13, 2019 2:27 PM To: devel@lists.sailfishos.org Subject: Re: [SailfishDevel] Secure st

Re: [SailfishDevel] Secure storage for login data

2019-06-12 Thread Dylan Van Assche via Devel
Sailfish Secrets would be ideal. QtKeychain is also possible but KWallet is missing. A Sailfish Secrets C++ example on Github would be very handy! Kind regards, Dylan Sent from ProtonMail mobile Original Message On 12 Jun 2019 22:41, Андрей Кожевников wrote: > share sample p

Re: [SailfishDevel] Secure storage for login data

2019-06-12 Thread Андрей Кожевников
share sample project to github pleaes ср, 12 июн. 2019 г. в 23:30, Damien Caliste : > Hello, > > Indeed, sailfish secrets allow to store encrypted data. I can send an > example here in C++, and there are C bindings also. > > Damien. > > > Le Mercredi 12 juin 2019, Dylan Van Assche via Devel a éc

Re: [SailfishDevel] Secure storage for login data

2019-06-12 Thread Damien Caliste
Hello, Indeed, sailfish secrets allow to store encrypted data. I can send an example here in C++, and there are C bindings also. Damien. > Le Mercredi 12 juin 2019, Dylan Van Assche via Devel a écrit : > > Hi, > > > > Is there already a ready-to-use solution for storing login data (API keys

Re: [SailfishDevel] Secure storage for login data

2019-06-12 Thread J Pablo Navarro
Hi there, A few months back, Andrew mentioned this in telegram: https://github.com/sailfishos/sailfish-secrets but I didn't used it or looked into it. It looks like what you are looking for, though. Cheers, Pablo. On miércoles, 12 de junio de 2019 19:41:22 (CEST) Iosif Hamlatzis wrote

Re: [SailfishDevel] Secure storage for login data

2019-06-12 Thread Iosif Hamlatzis
I know of an open source library based in Qt that I've used on other OS, don't know if it's compatible with SailfishOS or can easily be converted You can try QtKeychain from https://github.com/frankosterfeld/qtkeychain/wiki On Wed, 12 Jun 2019 at 20:19 Dylan Van Assche via Devel < devel@lists.sai

[SailfishDevel] Secure storage for login data

2019-06-12 Thread Dylan Van Assche via Devel
Hi, Is there already a ready-to-use solution for storing login data (API keys) for apps? Ks Sailfish Secrets the way to go here? If not, any suggestions? I just don't want to save sensitive data like API keys in plain text. Kind regards, Dylan Sent from ProtonMail mobile___