sqlite-cipher.js icon indicating copy to clipboard operation
sqlite-cipher.js copied to clipboard

aes-256-cbc instead of aes-256-ctr

Open fritx opened this issue 9 years ago • 0 comments

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

fritx avatar Sep 20 '16 03:09 fritx