From 933d8eb689bb4bc412e71c0069bf9b7b24de4f9d Mon Sep 17 00:00:00 2001 From: Tobias Nießen Date: Thu, 2 Aug 2018 15:23:09 +0200 Subject: crypto: move createCipher to runtime deprecation PR-URL: https://github.com/nodejs/node/pull/22089 Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Yihong Wang Reviewed-By: Luigi Pinca Reviewed-By: Ujjwal Sharma Reviewed-By: James M Snell Reviewed-By: Colin Ihrig --- doc/api/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/deprecations.md') diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 88101adb35..97042cbc7f 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -954,7 +954,7 @@ Type: End-of-Life ### DEP0106: crypto.createCipher and crypto.createDecipher -Type: Documentation-only +Type: Runtime Using [`crypto.createCipher()`][] and [`crypto.createDecipher()`][] should be avoided as they use a weak key derivation function (MD5 with no salt) and static -- cgit v1.2.3