js-rsa-dave
v0.0.5
Published
A suite of routines for performing RSA public-key computations in JavaScript
Downloads
96
Readme
RSA Js-rsa-dave
A suite of routines for performing RSA public-key computations in JavaScript modified from project of Dave Shapiro
Install
npm install js-rsa-dave
👃 Dave's Doc
http://www.ohdave.com/rsa/
Usage
// in components
import RSA from 'js-rsa-dave'
RSA.encryptedString()
RSA.getKeyPair()
RSA.encryptedString(RSA.getKeyPair(rsaTokenPublicExponent, '', rsaTokenPublicModulus), userInputPassword)
// return encrypted password