jayralencar / sqlite-cipher.js

Node.js Module to handle encrypted sqlite databases
MIT License
37 stars 12 forks source link

aes-256-cbc instead of aes-256-ctr #8

Open fritx opened 8 years ago

fritx commented 8 years ago

The default algorithm is 256-bit AES in CBC mode -- https://www.zetetic.net/sqlcipher/design/

https://github.com/jayralencar/sqlite-cipher.js/blob/master/sqlite.js#L36