Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Notifications You must be signed in to change notification settings

k4m4/caesar-cli

Repository files navigation

caesar-cli

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
~ cat | 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 (c) Nikolaos Kamarinakis

About

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

Topics

Resources

Readme

Stars

Watchers

Forks

Packages

Contributors