An open API service indexing awesome lists of open source software.

https://github.com/kjur/typepki

TypePKI: TypeScript PKI Library
https://github.com/kjur/typepki

asn1 jws jwt pki typescript x509

Last synced: 9 months ago
JSON representation

TypePKI: TypeScript PKI Library

Awesome Lists containing this project

README

          

TypePKI: TypeScript PKI Library
===============================

[TOP](https://kjur.github.io/typepki/) | [github](https://github.com/kjur/typepki) | [npm](https://www.npmjs.com/package/typepki) | [TypePKI](https://kjur.github.io/typepki/)

The 'TypePKI' library is an opensource free TypeScript PKI library which is the successor of the long lived [jsrsasign](https://kjur.github.io/jsrsasign) library.

TypePKI has following sub modules:

- [typepki-jwt](https://kjur.github.io/typepki-jwt/): JWS(JSON Web Signatures) and JWT(JSON Web Token) module
- [typepki-asn1gen](https://kjur.github.io/typepki-asn1gen/): ASN.1 data generator
- [typepki-asn1parse](https://kjur.github.io/typepki-asn1parse/): ASN.1 data parser
- [typepki-oiddb](https://kjur.github.io/typepki-oiddb): singleton OID database class
- [typepki-webcrypto](https://kjur.github.io/typepki-webcrypto/): W3C Web Crypto API helper functions
- [typepki-strconv](https://kjur.github.io/typepki-strconv/): string converters and utility functions