rsaforjslie
v1.0.0
Published
'rsa for js, you can import it for your project'
Downloads
4
Readme
RSA-JS
RSA-JS
NPM 下载包
npm i RSA-JS
使用
import RSA from 'RSA'
RSA.setMaxDigits(130)
key = RSA.RSAKeyPair(exponent,'',module)
RSA.encryptedString(key, 'register_pwd')