Skip to main content

Posts

2017


My First PHP Contribution

·1 min

I have been using PHP since 2004 (before PHP 5.0 came out), so it was about time that I contributed something back.

2014


Node.js Crypto: Error Message Hygiene

·1 min

After I added initial support for Authenticated Encryption to Node.js last year, someone else built on this and extended the API with the ability to use Associated Data, putting the AD into AEAD. I toyed with it a little and found that the generated errors could use some love.

2013


Node.js Crypto: Adding Support for Authenticated Encryption

·1 min

After my previous two contributions to the Node.js crypto module were purely fixes to enable interoperability with legacy software, my newest feat is actually stepping up node’s game by adding initial support for Authenticated Encryption to the lower-level API.

2012


2011


My First Node.js Contribution

·1 min

Node.js v0.6.4 has just been released and it ships with my first commit to the runtime system, namely to the crypto module.