js-rsa-dave

0.0.5 • Public • Published

RSA Js-rsa-dave


A suite of routines for performing RSA public-key computations in JavaScript modified from project of Dave Shapiro

Downloads Version License

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

Readme

Keywords

none

Package Sidebar

Install

npm i js-rsa-dave

Weekly Downloads

29

Version

0.0.5

License

MIT

Unpacked Size

37.1 kB

Total Files

10

Last publish

Collaborators

  • chiaweilee