sqlite-cipher.js
sqlite-cipher.js copied to clipboard
aes-256-cbc instead of aes-256-ctr
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