New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-pkcs7

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-pkcs7

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

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 11 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc