Skip to content

NOTE jsrsasign subset package

Kenji Urushima edited this page Jan 22, 2017 · 7 revisions

Some users said that jsrsasign-latest-all-min.js package is too large with 290kb size to work on browsers. So I will start to provide subsets of package after jsrsasign 7.1.0 release.

full package (290kb) JSURL

This is full package of jsrsasign with backword compatibility and deprecated codes.

jwths subset package (69kb) JSURL

This package is to sign and verify JSON Web Signatures(JWS) and JSON Web Token(JWT) with HS* signature algorithm. Please see this test code.

rsa subset package (107kb) JSURL

This package is to sign and verify with RSA algorithm. It can load RSA private and public key. Please see this test code.

Clone this wiki locally