React Native ASN.1 encoder and decoder
utility library for parsing asn1 files for use with browserify-sign.
ASN.1 schema for Cryptographic Message Syntax (CMS) defined in RFC 5652.
ASN.1 schema for RSA keys and algorithms defined in RFC 8017.
ASN.1 schema for PKCS #12 personal information exchange structures defined in RFC 7292.
ASN.1 schema for X.509 certificates, certificate revocation lists, and related profile structures defined in RFC 5280.
ASN.1 schema for PKCS #10 certificate signing requests defined in RFC 2986.
ASN.1 schema for PKCS #9 selected attribute types defined in RFC 2985.
asn1js 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
Contains parsers and serializers for ASN.1 (currently BER only)
ASN.1 schema for PKCS #8 private key information structures defined in RFC 5208.
ASN.1 schema for X.509 attribute certificates defined in RFC 5755.
ASN.1 schema for elliptic-curve private keys and related identifiers defined in RFC 5915, RFC 5480, and RFC 3279.
Decorators and helper APIs for declaring ASN.1 schemas in TypeScript.
ASN.1 schema for Android key attestation extensions, including legacy Keymaster and newer KeyMint structures.
ASN.1/DER, PEM for Node.js
Encode and decode ASN.1 DER
TypeScript definitions for asn1
ASN.1 schema for X.509 certificate logotype extensions defined in RFC 3709 and RFC 9399.
ASN.1 encoder and decoder for Node.js with no dependencies (fork of asn1.js using native BigInt)
ASN.1 encoder and decoder
Generate and parse ASN1.BER objects
Polyfills for React Native.
Debugger frontend for React Native based on Chrome DevTools