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?
Thanks, James -- James Coglan http://jcoglan.com +44 (0) 7771512510 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
