Redirect from HTTP to HTTPS using meta redirects
Updated 2020-04-26 23:41:42 +00:00
Tools for manipulating semver strings and objects
Updated 2018-10-09 04:14:30 +00:00
Read basic info (subject, altnames, expiresAt, issuedAt) from a cert.pem / x509 certificate (tls / ssl / https)
Updated 2019-03-02 20:41:23 +00:00
A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebit-relay.
Updated 2019-09-21 22:43:15 +00:00
The specification, template, and tests for creating an le-store- strategy for Let's Encrypt v2 / ACME using greenlock.js.
Updated 2019-05-16 07:49:06 +00:00
A packaged version of Douglas Crockford's Remedial JavaScript. Deprecated. This was meant for old ES3 javascript. For many of these methods there are better native alternatives in ES5.1
Updated 2018-05-10 00:36:26 +00:00
Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful. :)
Updated 2020-07-28 16:59:17 +00:00
Demo Electron app to use all the "sexy" features.
Updated 2018-05-12 07:53:23 +00:00
A wrapper around fs.writeFile for safely replacing a file, especially to guard against double-writes
Updated 2019-04-16 06:16:53 +00:00
Secure Client for node.js. Connect to a secure service via TLS (aka SSL). Also enables multiplexing a single port with multiple protocols via SNI.
Updated 2018-10-15 21:40:39 +00:00
A template for serve-static with a direct download option (requires serve-index).
Updated 2018-08-12 10:09:27 +00:00
Break out of localhost. Access your devices from behind firewalls. Securely access your services from anywhere. An easy-to-use secure tunnel for all sorts of wonderful things (kind of like a poor man's VPN).
Updated 2018-08-31 20:11:13 +00:00
A focused, zero-dependency ECDSA library to generate a Certificate Signing Request (CSR) and sign it!
Updated 2018-11-20 08:04:08 +00:00
An insanely minimal ASN.1 builder for X.509 common schemas, specifically SEC1/X9.62 PKCS#8, SPKI/PKIX, PKCS#1 and CSR.
Updated 2018-11-21 08:23:49 +00:00
Command line ECDSA tools to generating key pairs and converting between JWK, various PEM formats, and SSH.
Updated 2018-11-25 06:13:00 +00:00
An ASN.1 packer in less than 100 lines of Vanilla JavaScript, part of the BlueCrypt suite.
Updated 2019-04-16 16:10:12 +00:00
Bluecrypt SSH to JWK in VanillaJS for Browsers
Updated 2018-12-04 00:14:52 +00:00
JWK to SSH in < 100 lines of VanillaJS.
Updated 2018-12-04 00:14:15 +00:00
SSH Fingerprint in < 150 lines of VanillaJS, part of the Bluecrypt suite for Browser Crypto.
Updated 2018-12-04 02:15:03 +00:00
An easy, lightweight, and secure module for fetching JWK Public Keys and verifying JWTs. Great for OIDC, Auth0, JWKs URLs.
Updated 2021-06-15 23:23:58 +00:00