JavaScript实现RSA加解密
时间:2019-03-29 00:16:49
收藏:0
阅读:251
在GitHub上找到jsencrypt.js对RSA加解密的工具文件,地址分别是:https://github.com/travist/jsencrypt和https://github.com/openstack/xstatic-jsencrypt/blob/master/xstatic/pkg/jsencrypt/data/jsencrypt.js,两种都用《》中生成的公私钥验证OK。
具体验证方法如下:
https://github.com/openstack/xstatic-jsencrypt/blob/master/xstatic/pkg/jsencrypt/data/jsencrypt.js是在chrome浏览器打开,
原文:https://www.cnblogs.com/wangjinxiang/p/10618686.html
评论(0)