DEP0117:原生加密句柄
¥DEP0117: Native crypto handles
类型:生命结束
¥Type: End-of-Life
以前版本的 Node.js 通过 Cipher
、Decipher
、DiffieHellman
、DiffieHellmanGroup
、ECDH
、Hash
、Hmac
、Sign
和 Verify
类的 _handle
属性向内部原生对象公开句柄。_handle
属性已被删除,因为不正确地使用原生对象会导致应用崩溃。
¥Previous versions of Node.js exposed handles to internal native objects through
the _handle
property of the Cipher
, Decipher
, DiffieHellman
,
DiffieHellmanGroup
, ECDH
, Hash
, Hmac
, Sign
, and Verify
classes.
The _handle
property has been removed because improper use of the native
object can lead to crashing the application.