Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.04 KB

readme.md

File metadata and controls

41 lines (30 loc) · 1.04 KB

caesar-cli Build Status

Break rotational letter substitution (ROT) encoded text, right from your terminal.


Install

~ ❯❯❯ npm install -g caesar-cli

Usage

  Break rotational letter substitution (ROT), right from your terminal.

  Usage
    ~ ❯❯❯ caesar <text>
    ~ ❯❯❯ cat <file> | caesar
  Options
    -n, --shift   Use specific shift number
    -b, --break   Bruteforce all possible shifts
  Example
    ~ ❯❯❯ caesar 'havpbea'
    unicorn
    ~ ❯❯❯ caesar 'omcha mbczn 6' -n 6
    using shift 6
    ~ ❯❯❯ caesar xliwigvixtewwtlvewimwewtlonvlbuuihprubmdpcomvxkjxkd -b
    ROT-1: ymjxjhwjyufxxumwfxjnxfxumpowmcvvjiqsvcneqdpnwylkyle
                              ...
    ROT-22: thesecretpassphraseisasphkjrhxqqedlnqxizlykirtgftgz
                              ...
    ROT-25: wkhvhfuhwsdvvskudvhlvdvsknmukatthgoqtalcobnluwjiwjc

License

MIT © Nikolaos Kamarinakis