Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 591 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 591 Bytes

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