jsrsasign : opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK). You can installing jsrsasign npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install jsrsasign $ sudo npm install -g jsrsasign
If want to update the jsrsasign package execute the command as below,
$ sudo npm update jsrsasign
Update package globally,
$ npm install -g jsrsasign
$ sudo git clone https://github.com/rektide/jsrsasign.git
$ sudo npm install -g ./jsrsasign
jsrsasign@8.0.4 /usr/lib/node_modules/jsrsasign
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsrsasign
Package Name | jsrsasign |
Version | 8.0.4 |
Description | opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK) |
Released Date | 2017-09-14T15:35:35.368Z |
Published by | kjur |
How to Learn | https://www.npmjs.com/package/jsrsasign/tutorial |