Skip to content

Instantly share code, notes, and snippets.

View schmijos's full-sized avatar

Josua Schmid schmijos

View GitHub Profile
@schmijos
schmijos / README.md
Last active October 21, 2025 11:55 — forked from tgranqvist/README.md
Web Crypto API and OpenSSL

Web Crypto API and OpenSSL

This is a small demo using the [Web Crypto API] and [OpenSSL] to do file encryption with an RSA keypair.

Steps

  1. Generate the keypair
  2. Extract public key
  3. Create webpage
  4. Encrypt in browser