node-aes256 icon indicating copy to clipboard operation
node-aes256 copied to clipboard

A Node.js module to simplify using the built-in "crypto" module for AES256 encryption with random initialization vectors.

Results 3 node-aes256 issues
Sort by recently updated
recently updated
newest added

var aes256 = require('aes256');

Hey, If you want to encrypt a large file you have to store it in memory. It would be cool to support streams as shown here: [https://stackoverflow.com/questions/27345839/node-js-encrypts-large-file-using-aes](https://stackoverflow.com/questions/27345839/node-js-encrypts-large-file-using-aes)

For approximate implementation, see: https://github.com/jaysvoboda/nodejs-aes256/pull/3