Recent
My First PHP Contribution
I have been using PHP since 2004 (before PHP 5.0 came out), so it was about time that I contributed something back.
Node.js Crypto: Error Message Hygiene
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.
Node.js Crypto: Adding Support for Authenticated Encryption
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.
Node.js Crypto: Adding Padding Control
My second contribution to the Node.js crypto module has been merged. This time it’s about controlling padding.
My First Node.js Contribution
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.