Skip to content
Evan edited this page May 7, 2016 · 81 revisions

Presentation

Node microservices for IOLmobile.co.za: Google doc (Feb 2015, NodeCPT)

Latest articles

Bash Text Crypt (February 2015) - script to edit an openssl-encrypted text file

Docker Node Test (January 2015) - script to test Docker for Node.js

Redis Intro (December 2014) - overview of Redis

Featured: "The Final Quadrilogy" (Java crypto)

As lately announced via my blog article (February 2015).

Dual Control (November 2013) - protecting data-encrypting keys

Local CA (October 2013) - building a local private CA

Explicit Trust Manager (December 2013) - custom trust manager for a "private" server

Client Authentication (November 2013) - SQL-based dynamic truststore

Coming soon: "A Nodal Hexology" (Node crypto)

See github.com/evanx/cryptoserver, where our Java github.com/evanx/dualcontrol package is re-implemented in Node.js.

Popular (Java crypto)

These were published on my java.net blog, with a relatively high number of reads e.g. 10k.

Password Salt (blog, wiki) (January 2013) - storing user passwords

Google Authenticator (blog, wiki) (November 2012) - multi-factor authentication for your website

Series

The following series are published on my java.net blog and but drafted and collated here.

Final Quadrilogy - Dual Control, Local CA, custom trust managers

Enigma Posts - A trilogy in a few parts, on Java crypto.

Timestamped - The 2012 trilogy in a few parts, on monitoring.

Bin Bash - Tips and trips for shell scripts.