UNPKG
wxmp-rsa
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
兼容小程序环境的rsa加解密库,支持超长文本和中文字符
github.com/neohan666/wxmp-rsa
neohan666/wxmp-rsa
wxmp-rsa
/
dist
/
index.js
4 lines
(3 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
import
{
JSEncrypt
}
from
'./JSEncrypt'
;
export
{
JSEncrypt
};
export
default
JSEncrypt
;