码迷,mamicode.com
首页 > 其他好文 > 详细

node实现rsa的加密

时间:2020-12-08 13:10:07      阅读:16      评论:0      收藏:0      [点我收藏+]

标签:new   install   usr   vat   nod   nbsp   decrypt   npm   enc   

"npm install node-jsencrypt"

function juyi(usr) {

    decrypt = new JSEncrypt()

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

 

node实现rsa的加密

标签:new   install   usr   vat   nod   nbsp   decrypt   npm   enc   

原文地址:https://www.cnblogs.com/itBlogToYpl/p/14085453.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!