On Wed, Nov 14, 2012 at 1:46 PM, James Coglan <
jco...@gmail.com> wrote:
> I'm wondering why crypto.createCipher() lets me pick aes-256-cbc but not
> aes-256-ctr or aes-256-gcm. These modes are available in openssl and I can
> invoke them from Ruby, no problem. Why are they not available in Node?