jayralencar / sqlite-cipher.js

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

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

Open rohit5ram opened 6 years ago

rohit5ram commented 6 years ago

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