In a web application, what would you consider the best way to store secret keys obtained via an SDK?

Currently I am working on an application that requires secret keys to encrypt and sign information generated by the client and transmited over the wire, these keys are granted per user.
Currently when the user logs in, the keys are downloa… Continue reading In a web application, what would you consider the best way to store secret keys obtained via an SDK?

Does GDPR apply if my web app stores personal data on the user’s phone only? [migrated]

My web app stores personal data about the user, but on the user’s phone only (HTML5 Local Storage). The data is never touched by any server or database. I can’t see the data. My server can’t see the data. I do not store it anywhere outside… Continue reading Does GDPR apply if my web app stores personal data on the user’s phone only? [migrated]