mirror of
https://git.coolaj86.com/coolaj86/old-keypairs.js
synced 2025-03-14 12:20:42 +00:00
This is being ported from code from rsa-compat.js, greenlock.html (bacme.js), and others.
This is my project for the weekend. I expect to be finished today (Monday Nov 12th, 2018)
- 2018-10-10 (Saturday) work has begun
- 2018-10-11 (Sunday) W00T! got a CSR generated for RSA with VanillaJS ArrayBuffer
- 2018-10-12 (Monday) Figuring out ECDSA CSRs right now
Description
Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JWT and JOSE. Ugh... that was a mouthful. :)
Languages
JavaScript
100%