Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
ASN.1 data structures found in the Public Key Cryptography Standards (PKCS) specifications.
Public Key Cryptography Standards in TypeScript
Implementation of the ASN.1 data structures and PDUs found in the following checked Public Key Cryptography Standards (PKCS) specifications:
- PCKS #1 - RSA key format
- PCKS #2
- PCKS #3 - Diffie Hellman
- PCKS #4
- PCKS #5
- PCKS #6
- PCKS #7 - CMS / S/MIME
- PCKS #8 - General asymmetric cryptography key format
- PCKS #9 - Attribute types for other PKCS standards
- PCKS #10 - Certificate Signing Requests (CSRs)
- PCKS #11
- PCKS #12 - PFX
- PCKS #13
- PCKS #14
- PCKS #15 - Token Information Format
See the documentation that applies to this library and others to learn how to use this module.
These libraries were generated entirely or in part by the ASN.1 Compilation Service offered by Wildboar Software. The ASN.1 compiler itself is closed-source and proprietary, but some of the libraries produced with it are released publicly under the MIT license.
If you would like to see additional ASN.1 libraries in TypeScript or other programming languages, or if you have any other questions, please contact us at contact@wildboarsoftware.com.
ESM-Only
As of June 12th, 2025, this module is only compiled to ESM. CommonJS will no longer be supported.
Add Package
deno add jsr:@wildboar/pkcs
Import symbol
import * as pkcs from "@wildboar/pkcs";
Import directly with a jsr specifier
import * as pkcs from "jsr:@wildboar/pkcs";
Add Package
pnpm i jsr:@wildboar/pkcs
pnpm dlx jsr add @wildboar/pkcs
Import symbol
import * as pkcs from "@wildboar/pkcs";
Add Package
yarn add jsr:@wildboar/pkcs
yarn dlx jsr add @wildboar/pkcs
Import symbol
import * as pkcs from "@wildboar/pkcs";
Add Package
vlt install jsr:@wildboar/pkcs
Import symbol
import * as pkcs from "@wildboar/pkcs";
Add Package
npx jsr add @wildboar/pkcs
Import symbol
import * as pkcs from "@wildboar/pkcs";
Add Package
bunx jsr add @wildboar/pkcs
Import symbol
import * as pkcs from "@wildboar/pkcs";