node实现rsa的加密

Posted itblogtoypl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node实现rsa的加密相关的知识,希望对你有一定的参考价值。

"npm install node-jsencrypt"

function juyi(usr) {

    decrypt = new JSEncrypt()

    decrypt.setPrivateKey("key")
    var decryptMsg = decrypt.encrypt(usr)
    return decryptMsg
}

 

以上是关于node实现rsa的加密的主要内容,如果未能解决你的问题,请参考以下文章

Nodejs 使用node-rsa 加密数据

node.js 怎么用crypto rsa加密密码

节点包“node-rsa”的解密问题

Node.js 和 webcrypto 之间的 RSA 加密

node-rsa

node-rsa模块加密遇到的一些坑