
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
NodeJS-based command line utility to convert files to base64 and vice versa.
If you have npm:
$ sudo npm install btoa-atob -g
If not:
$ sudo make install
See btoa --help
and atob --help
.
Flags:
-p --prefix The content of the file before output.
-s --suffix The content of the file after output.
-o --output-to-file The file to write the output to. If not specified, write to stdout.
Convert file-a into base64 and write the data to file-b
$ btoa file-a -o file-b
Convert a string from stdin back from base64 and output to stdout
$ echo "ZXhhbXBsZQo=" | atob
Convert contents of file-a to base64 and write into a javascript file assigning it to a var called filedata
$ btoa file-a -p "var filedata = '" -s "'" -o filedata.js
MIT License
FAQs
CLI tools to convert files and stdin into and from base64.
The npm package btoa-atob receives a total of 1,105 weekly downloads. As such, btoa-atob popularity was classified as popular.
We found that btoa-atob 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.