sqlite-cipher.js
sqlite-cipher.js copied to clipboard
(node:9228) Warning: Use Cipheriv for counter mode of aes-256-ctr
//Connecting - (databaseFile, [password], [algorithm]) sqlite.connect('test/Database.enc','myPass','aes-256-ctr'); results in a continuous annoying warning log. node ver v8.11.3 Can you please push an update with this minor fix?