Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A lightweight node.js key generation app.
Note There are 3 possible env vars that can be set in order to customise to suit your needs:
Default values are used if these aren't set and they can be found in config/config.js.
###Note: Prior to setting the env vars I encourage you to read on [crypto] (http://nodejs.org/api/crypto.html#crypto_crypto_createhmac_algorithm_key) from the node.js documentation and especially on Hmac class which is used in generating the key here.
$ npm install key-gen
var keyGen = require('key-gen');
var options = {
prefix: ['identifier1', 'identifier2', 'identifier3'],
data: {
data1: 'data1',
data2: 'data2',
data3: 'data3'
}
}
var key = keyGen.generate(options);
Provided the default config values remain unchanged the above key will equal:
identifier1:identifier2:identifier3:4c0398bf4e511bef5355c32fd71bc9f1ffcde3b144cf3725dae9062cfaa1ab118d4c984855d38dea8efa00422de45e511c3da710541c7c578ee26037ff1d9a4a
$ make test
Released fully under [MIT license] (http://viktort.mit-license.org)
FAQs
Simple key generation tool written in node.js using Hmac algorithm
The npm package key-gen receives a total of 0 weekly downloads. As such, key-gen popularity was classified as not popular.
We found that key-gen 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.