NodeSession
NodeSession copied to clipboard
(node:3777) Warning: Use Cipheriv for counter mode of aes-256-ctr
Using encrypt: true on an http server in node js and getting the error in the title
let session = new NodeSession({ secret: 'secret', lifetime: 60 * 1000, encrypt: true });