Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@jhinkle/gpg
Advanced tools
GPG encryption and decryption in node.js by way of the gpg command-line tool
This module is a wrapper around gpg
for use within Node. Node-GPG takes care of spawning gpg
, passing it
the correct arguments, and piping input to stdin. It can also pipe input in from files and output out to files.
Use Node-GPG if you are considering calling gpg
directly from your application.
In order to use Node-GPG, you'll need to have the gpg
binary in your $PATH.
npm install @mykeels/gpg
Node-GPG supports both direct calls to GPG with string arguments, and streaming calls for piping input and output from/to files.
See the examples for more details.
If a function you need is not implemented, you can call gpg directly with arguments of your choice by
calling gpg.call(stdinStr, argsArray, cb)
, or gpg.callStreaming(inputFileName, outputFileName, argsArray, cb)
.
Existing implementations of PGP in Javascript are blocking and unfeasibly slow for server use.
In casual testing, encrypting a simple 400-character email to an El-Gamal key took upwards of 11 seconds using
openpgpjs and 14 seconds with kbpgp,
but takes less than 0.1 seconds with gpg
directly.
The following are the major contributors of node-gpg
(in no specific order).
FAQs
GPG encryption and decryption in node.js by way of the gpg command-line tool
The npm package @jhinkle/gpg receives a total of 1 weekly downloads. As such, @jhinkle/gpg popularity was classified as not popular.
We found that @jhinkle/gpg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.