Skip to content

Sample Node Tool List

Kenji Urushima edited this page Nov 5, 2016 · 25 revisions

TOP | GITHUB | DOWNLOADS | TUTORIALS | API REFERENCE | DEMOS | NODE TOOL


To see github folder of sample node tools, visit here. You may find some tools not listed here. Also you can find some tool usage description in its source code.

JWS, JWT tools

Crypto tools

PKI tools

Key tools

  • jwktopkcs8 - convert from JWK(JSON Web Key) format public or private key to PKCS#8 using KEYUTIL class
  • pemtojwk - convert from PEM formatted RSA/DSA/ECDSA private/public PKCS#1/#5/#8 key to JWK(JSON Web Key) file using KEYUTIL class

ASN.1 tools

REQUIRED NPMS

To execute above scripts some npm packages are reuiqred:

% npm install -g commander
% npm install -g jsrsasign
% npm install -g jsrsasign-util
Clone this wiki locally