0.0.5 • Published 6 years ago

js-rsa-dave v0.0.5

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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
0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago