This code repository contains the scenarios in the security cheat sheet on Secure data storage in the browser.
Each scenario represents a different pattern to store information in the browser. LocalStorage is the least secure option, while origin-based isolation is most secure. We also cover online and offline encryption scenarios.
A live demo can be found on https://browsersecrets.restograde.com
More information is available here:
- A cheat sheet about Secure data storage in the browser
- A conference presentation on the subject