crypto.fips
稳定性: 0 - 已弃用
¥Stability: 0 - Deprecated
用于检查和控制当前是否正在使用符合 FIPS 的加密提供程序的属性。设置为 true 需要 Node.js 的 FIPS 构建。
¥Property for checking and controlling whether a FIPS compliant crypto provider is currently in use. Setting to true requires a FIPS build of Node.js.
此属性已弃用。请改用 crypto.setFips()
和 crypto.getFips()
。
¥This property is deprecated. Please use crypto.setFips()
and
crypto.getFips()
instead.