JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.
digitalbazaarover 2 years agoTranslate ECDSA signatures between ASN.1/DER and JOSE-style concatenation
Brightspaceover 2 years agoopensource 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)
kjur12 months agoasn1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the web
PeculiarVenturesover 2 years ago