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
- Host: GitHub
- URL: https://github.com/kjur/typepki
- Owner: kjur
- License: mit
- Created: 2024-05-07T14:23:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T16:11:05.000Z (about 2 years ago)
- Last Synced: 2025-07-31T04:39:58.494Z (11 months ago)
- Topics: asn1, jws, jwt, pki, typescript, x509
- Language: TypeScript
- Homepage: https://kjur.github.io/typepki/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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