Wen I run this sample: https://github.com/chris-rock/node-crypto-examples/blob/master/crypto-buffer.js I get this warning: hello world (node:25420) Warning: Use Cipheriv for counter mode of aes-256-ctr Does this reduce the crypto security?
Wen I run this sample: https://github.com/chris-rock/node-crypto-examples/blob/master/crypto-buffer.js
I get this warning:
hello world
(node:25420) Warning: Use Cipheriv for counter mode of aes-256-ctr
Does this reduce the crypto security?