使用node-rsa 实现数据加解密. 一. 生成密钥. // 公私密钥生成 const key = new NodeRsa({ b: 2048 }); // 生成2048位的密钥 const publicDer = key.
確定! 回上一頁