crypto.createDecipher was deprecated since v10.0.0. Use tls.createDecipheriv() instead. node/no-deprecated-api
crypto.createCipher was deprecated since v10.0.0. Use tls.createCipheriv() instead. node/no-deprecated-api
It says tls there, but tls has no such methods. It should be crypto.