Node.js crypto.setFips() 函数
crypto.setFips() 方法是 Crypto 类的内置应用程序接口,位于 crypto 模块中,用于在 FIPS 启用的 Node.js 构建中启用符合 FIPS 的加密提供程序。
语法:
参数: 此API将布尔值作为参数。
返回值: 此API不返回任何值。
示例1:
index.js
使用以下命令运行 index.js 文件:
输出:
示例2:
index.js
输出:
参考: https://nodejs.org/dist/latest-v15.x/docs/api/crypto.html#crypto_crypto_setfips_bool