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
Demo Electron app to use all the "sexy" features.
Updated 2018-05-12 07:53:23 +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
The perfect music player.
Updated 2018-09-15 22:44:11 +00:00
Example project from the rust book.
Updated 2018-10-02 00:56:12 +00:00
Tools for manipulating semver strings and objects
Updated 2018-10-09 04:14:30 +00:00
A collection of useful scripts. You have to look at code comments to see what they do.
Updated 2018-10-13 21:44:21 +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 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
JWK to SSH in < 100 lines of VanillaJS.
Updated 2018-12-04 00:14:15 +00:00
Bluecrypt SSH to JWK in VanillaJS for Browsers
Updated 2018-12-04 00:14:52 +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 ASN.1 parser in less than 100 lines of Vanilla JavaScript, part of the BlueCrypt suite.
Updated 2019-03-02 20:24:59 +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 wrapper around fs.writeFile for safely replacing a file, especially to guard against double-writes
Updated 2019-04-16 06:16:53 +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
💯 ECDSA tools. Key Generation. PEM-to-JWK. JWK-to-PEM. Lightweight. Zero Dependencies. Universal compatibility.
Updated 2019-04-24 00:26:40 +00:00