pkiwebsdk

1.1.14 • Public • Published

PKI WebSDK is a JavaScript library to simplify programming PKI-aware applications in pure JavaScript. The library is designed to create web based PKI application fully on the client side.

Features:

  • X509 Certificates: CSR, export/import (PEM/P12/DER), path verification, information query, CRL parsing
  • RSA Keys: Pair generators, sign, verify, crypt, and decrypt
  • Signed Data (PKCS#7): Signing and verification
  • PDF signature: Signing and verification

Requirements

Usage

require('pkiwebsdk');

// Set your own CA store
const rootCA = '-----CERTIFICATE-----...';
const intermediateCA = '-----CERTIFICATE-----...';
window.PKIWebSDK.setCaStore([rootCA, intermediateCA]);

License

GPLv3

Readme

Keywords

none

Package Sidebar

Install

npm i pkiwebsdk

Weekly Downloads

6

Version

1.1.14

License

GPL version 3

Unpacked Size

9.17 MB

Total Files

353

Last publish

Collaborators

  • herpiko