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 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 écrit :
>>> > 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
>> ___
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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 écrit :
> > > 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
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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) 
> > for apps? Ks Sailfish Secrets the way to go here
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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:
> 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.sailfishos.org> wrote:
> > 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
> > 
> > 
> > ___
> > SailfishOS.org Devel mailing list
> > To unsubscribe, please send a mail to
> > devel-unsubscr...@lists.sailfishos.org


___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

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.sailfishos.org> wrote:

> 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
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org

-- 
Sent from Gmail Mobile
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[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___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org