Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Create Self-signed CA certificate for development use and issue server or client certificates, generated using openssl
Create my CA center, generate a self signed x509 certificate, issue server certificate from node.js via openssl. Multiple center supported. RSA, EC(P-256, P-384) supported.
npm install --save myca
Installing by npm i -g myca-cli
Command help
myca
myca initca -h
myca issue -h
Example
myca initca --days=10950 --alg=ec --pass=capass \
--cn="Root CA" --ou="waitingsong.com" --o="waitingsong" --l="CD" --c=CN \
myca issue --kind=server --days=3650 --pass=mypass \
--cn="waitingsong.com" --o="waitingsong" --c=CN --caKeyPass=capass \
--centerName=default --alg=ec \
--ips="127.0.0.1, 192.168.0.1" \
--SAN="localhost"
myca issue --kind=client --days=3650 --pass=mypass \
--cn="client" --o="it" --c=CN --caKeyPass=capss \
--centerName=default --alg=ec
import { initDefaultCenter } from 'myca'
await initDefaultCenter()
Package | Version |
---|---|
myca | |
myca-cli |
FAQs
Create Self-signed CA certificate for development use and issue server or client certificates, generated using openssl
The npm package myca receives a total of 71 weekly downloads. As such, myca popularity was classified as not popular.
We found that myca 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 malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.