Skip to content

Sample applications showcasing browser storage nuances. It shows the differences between Local and Session and demonstrates different in-memory storage implementations and their insecurities against XSS.

License

Notifications You must be signed in to change notification settings

esarafianou/browser-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browser Storage Security

This repo includes two sample applications showcasing browser storage nuances.

How to use

  1. Clone the repo: [email protected]:esarafianou/browser-storage.git
  2. Install the dependencies:
cd browser-storage
npm install

Local vs Session Storage

The application walks you through the differences between Local and Session Storage

  1. cd localvsSessionStorage
  2. Run node server.js
  3. Visit http://localhost:4000
  4. Follow the instructions presented there

In-memory storage

This applcation has a DOM-based XSS and demonstrates different in-memory storage implementations and their insecurities against XSS.

  1. cd inMemory
  2. Run node server.js
  3. Visit http://localhost:3000

About

Sample applications showcasing browser storage nuances. It shows the differences between Local and Session and demonstrates different in-memory storage implementations and their insecurities against XSS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published