Skip to content
Kenji Urushima edited this page Aug 1, 2020 · 90 revisions

Welcome to the jsrsasign wiki! Project top page is here.

INSTALLATION

The 'jsrsasign' provides bower package and can be installed as following:

% bower install jsrsasign

It also provides npm packages for Node.js and can be installed as following ('-g' for global installation):

% npm install -g jsrsasign

Off course, you can also clone it by git:

% git clone https://github.com/kjur/jsrsasign.git

PROGRAMMING TUTORIAL

You can also find more sample codes in Node.js sample codes, tool web pages, test codes and API documents.

VERSION MIGRATION GUIDE

NOTES

JSON Web Signature/Token PROGRAMMING TUTORIAL

Sample Node script tools

NOTE: Before using there tools, please install "jsrsasign", "jsrsasign-util" and "commander" npm packages since "jsrsasign 6.0.0".

Clone this wiki locally