GitXplorerGitXplorer
A

node-jsencrypt

public
29 stars
21 forks
5 issues

Commits

List of commits on branch master.
Verified
ddea7f3a5ac4635bd462327f0005caba10cc0870

Merge pull request #3 from hero99team/master

AArnaudValensi committed 6 years ago
Unverified
1382c97d097823a87fa1325949421afac8381832

Removes unnecessary "fs" import

ddanfsd committed 6 years ago
Unverified
bb011800998a96ff23965289d46e6be8b4052f45

Update README.md

AArnaudValensi committed 7 years ago
Unverified
67364d92b112564cacf6c407201a54d26aad962d

Update README.md

AArnaudValensi committed 7 years ago
Unverified
4cbd87840e8cf2921a1effed7394bf1daade593c

Update README.md

AArnaudValensi committed 7 years ago
Unverified
33747a11b4c23b17cb8c6485bf717dea50637ecc

init

AArnaudValensi committed 7 years ago

README

The README file for this repository.

node-jsencrypt

A port of JSEncrypt to NodeJS.

How To Use

npm install node-jsencrypt

Then:

const JSEncrypt = require('node-jsencrypt');

const jsEncrypt = new JSEncrypt();

Then you can refer to the original documentation https://github.com/travist/jsencrypt