Skip to content

sonlexqt/sonlexqt-zombie-cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is ts-zombie-cookie ?

ts-zombie-cookie is a javascript library which helps storing persistent HTTP cookies, which is recreated after deletion from backups stored outside the web browser's dedicated cookie storage. It may be stored online or directly onto the visitor's computer, in a breach of browser security. This makes them very difficult to remove.

ts-zombie-cookie based on the ideas of zombie cookie and evercookie.

Cookies storage methods

Some methods used for storing cookies in the client browser includes:

  • Standard HTTP cookie
  • HTML5 session storage
  • HTML5 local storage
  • HTML5 Web SQL
  • HTML5 IndexedDB
  • window.name storage
  • // more are coming

Installation

After cloning the project, navigate to the project root directory and run the following commands:

$ npm install
$ npm start # or nodemon bin/www (if you already have nodemon installed)

Open your browser and navigate to http://localhost:3000/ to open the project demo page.

About

A simplified version of the evercookie library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published