Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

caesar-salad-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caesar-salad-cli

Caesar, Vigenere and ROT Ciphers

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

caesar-salad-cli Build Status Coverage Status XO code style

Caesar, Vigenere and ROT Ciphers

Install

$ npm install --global caesar-salad-cli

Usage

$ 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
  • caesar-salad API for this module

License

MIT © Michael Mayer

Keywords

FAQs

Package last updated on 01 Feb 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc