node-red-contrib-pkcs7 1.0.2

Node-RED node for parsing PKCS #7 files and extracting underlying data

npm install node-red-contrib-pkcs7

node-red-contrib-pkcs7

A Node-RED node that parses a PKCS #7 (envelope) file and extracts the underlying file.
It supports DER, PEM and bare Base64 input.

This node is based on the extractCMS package, by Lapo Luchini.

Install

Either use the Node-RED Menu - Manage Palette - Install, or run the following command in your Node-RED user directory - typically ~/.node-red

npm install node-red-contrib-pkcs7

Usage

You pass the content of a PKCS #7 envelope, as a buffer, in the msg.payload.

After processing, the file extracted from the envelope is loaded into msg.payload; the name of the extracted file (which is the name of the PKCS #7 file, without the p7m or similar extension) is returned in msg.filename.

Node Info

Version: 1.0.2
Updated 3 years, 8 months ago
License: MIT
Rating: not yet rated

Categories

Actions

Rate:

Downloads

7 in the last week

Nodes

  • pkcs7

Keywords

  • node-red
  • pkcs#7

Maintainers