
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
base64-url-cli
Advanced tools
This is a thin command line wrapper for the awesome base64-url module.
npm install -g base64-url-cli
Run it from the command line:
base64url [encode|decode|escape|unescape|binarydecode] [input]
Encode strings to base64url:
$ base64url encode "Node.js is awesome."
Tm9kZS5qcyBpcyBhd2Vzb21lLg
Decode base64url strings:
$ base64url decode "Tm9kZS5qcyBpcyBhd2Vzb21lLg"
Node.js is awesome.
Escape strings:
$ base64url escape "This+is/goingto+escape=="
This-is_goingto-escape
Unescape strings:
$ base64url unescape "This-is_goingto-escape"
This+is/goingto+escape==
Decode base64url to a binary stream:
$ base64url binarydecode "8wUUjd0b"
???
$ base64url binarydecode "8wUUjd0b" | od -t x1
0000000 f3 05 14 8d dd 1b
0000006
[2.1.0] 2018-10-18
FAQs
Simple command line wrapper for the base64-url module.
The npm package base64-url-cli receives a total of 3 weekly downloads. As such, base64-url-cli popularity was classified as not popular.
We found that base64-url-cli 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.