top of page

jsrsasign

The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES JSON Web Signature/Token/Key in pure JavaScript. It can be used as follows:

Input:

{}

JS-Code:

jsrsasign.KJUR.jws.IntDate.get('now’);

Output:

{ output: 1669275738 }

PastedGraphic-4.png
PastedGraphic-5.png
bottom of page