Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 743 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 743 Bytes

pws-codesamples-browsersecrets

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: