MarcinHoppe / can-you-keep-a-secret-in-js

Code for my "Can You Keep a Secret… in JavaScript?" presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can You Keep a Secret... in JavaScript?

This repository contains the full code samples that I talked about in my Can You Keep a Secret... in JavaScript? presentation at JS Poland 2023.

There are three code samples:

  1. index.js: Node.js implementation using the built-in crypto module
  2. index.html: browser implementation using the WebCrypto API
  3. index_webcrypto.js: the browser code executing in Node.js using the provided WebCrypto API implementation

About

Code for my "Can You Keep a Secret… in JavaScript?" presentation

License:Apache License 2.0


Languages

Language:JavaScript 63.0%Language:HTML 37.0%