
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.
caesar-ciphers
Advanced tools
Multiple implementations of the Caesar Cipher.
This software is in pre-alpha stage.
[sudo] npm install caesar-ciphers -g
$ caesar-ciphers --help
Usage:
caesar-ciphers encrypt [options] text
caesar-ciphers enc [options] text (same as encrypt)
caesar-ciphers decrypt [options] text
caesar-ciphers dec [options] text (same as decrypt)
caesar-ciphers list [options] (list implementations)
Options:
-s, --shift the shift parameter, i.e. the encryption key [default: 1]
-d, --debug set debug mode
-i, --implemenation [default: "NodeBuffer"]
$ caesar-ciphers list
Cipher Implementations:
=======================
StringAppend
EffectiveStringBuilding
TypedArrayBuffer
NodeBuffer
$ caesar-ciphers --shift 1 enc abcdef@example.com
bcdefg@fybnqmf.dpn
[sudo] npm uninstall caesar-ciphers -g
npm install caesar-ciphers --save
var Cipher = require('caesar-ciphers').defaultCipher;
var cipher = new Cipher(3);
cipher.encrypt('abcdef@example.com');
// retuns 'defghi@hadpsoh.frp'
npm uninstall caesar-ciphers
Copyright (c) 2014 Michael Mayer
Licensed under the MIT license.
FAQs
Multiple implementations of the Caesar Cipher.
We found that caesar-ciphers 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.