Skip to content

chiaweilee/js-rsa-dave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A suite of routines for performing RSA public-key computations in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published