Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 566 Bytes

artichoke

encode/decoder for the Jefferson artichoke cipher. reference: http://cryptiana.web.fc2.com/code/jeffers3.htm

Original Source

Requires

  • Node.js
  • NPM

Install

npm install -g

Usage

  Usage: artichoke [options] <phrase>

  Options:

    -h, --help               output usage information
    -k, --keyword <keyword>  keyword to use. Default "artichoke"
    -e, --encode             encode the given phrase. Default
    -d, --decode             decode the given phrase