Is it possible to use the offline features of HTML 5 to securely cache and access resources served over HTTPS when offline? Is the local cache encrypted/secure? Are there any gotchas that I should be aware of?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think the local cache is encrypted. It’s the browser’s responsibility to protect your data from other websites (like cross-origin), but it doesn’t protect your data from whoever has the privilege to access your file system or memory.