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

(node:9228) Warning: Use Cipheriv for counter mode of aes-256-ctr

Open rohit5ram opened this issue 6 years ago • 0 comments

//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?

rohit5ram avatar Sep 05 '18 09:09 rohit5ram