Skip to content

A collection of examples and research on how to encrypt data in the browser.

Notifications You must be signed in to change notification settings

sitek94/encryption-in-browser-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption in Browser Research

A collection of examples and research on how to encrypt data in the browser, using the following libraries:

Getting started

  1. Install dependencies:

    bun install # or npm, yarn, pnpm
  2. Run dev server:

    bun dev
  3. Go to: http://localhost:5173

  4. Edit files in examples/, e.g. examples/web-crypto-api.ts

About

A collection of examples and research on how to encrypt data in the browser.

Topics

Resources

Stars

Watchers

Forks