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.
caesar-salad-cli
Advanced tools
Caesar, Vigenere and ROT Ciphers
$ npm install --global caesar-salad-cli
$ caesar-salad
Caesar, Vigenere and ROT Ciphers
Usage: caesar-salad [options] [command]
Commands
encrypt [options] [text] encrypt [text], stdin or both
enc [options] [text] (same as encrypt)
decrypt [options] [text] decrypt [text], stdin or both
dec [options] [text] (same as decrypt)
list [options] list supported ciphers
Options
-h, --help output usage information
-V, --version output the version number
-c, --cipher <string> specify the cipher to use [default: "Vigenere"]
-p, --password <string> specify the password to use [default: "b"]
-i, --input <path> specify the input file to use
-o, --output <path> specify the output file to use
Examples
$ caesar-salad list
$ caesar-salad enc unicorn42
$ caesar-salad enc -c=vigenere -p=abc unicorn42
$ caesar-salad enc -c=rot5 unicorn42
$ caesar-salad list
Caesar
ROT5
ROT13
ROT18
ROT47
Vigenere
$ caesar-salad enc abcdef-0123456789@example.com
bcdefg-0123456789@fybnqmf.dpn
$ caesar-salad enc --cipher rot5 abcdef-0123456789@example.com
abcdef-5678901234@example.com
MIT © Michael Mayer
FAQs
Caesar, Vigenere and ROT Ciphers
The npm package caesar-salad-cli receives a total of 5 weekly downloads. As such, caesar-salad-cli popularity was classified as not popular.
We found that caesar-salad-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.
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.