Pergunta

I'm looking for a HTML5 or Flash AS3 equivalent to Adobe Air's encrypted local storage to store sensitive data such as OAuth token and passwords locally. I found local storage for HTML5 and the SharedObject for Flash but none of them are encrypted. Is there a secure way to store data locally from either HTML5 or Flash AS3?

Foi útil?

Solução

You can try doing the encryption/decryption server side and store the encrypted string values within local storage. This way you can setup your own encryption standards.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top