cipherutils

solve trivial ciphers in the blink of an eye


Built with ❤️ by @tubbo. Hosted on GitHub Pages.

cipherutils

A suite of programs for solving trivial ciphers, typically used in alternate reality gaming.

Installation

To install the unrot, byteme, and radix programs on your machine, run the following command:

$ curl -sL https://tubbo.github.io/cipherutils/install.sh | bash

Usage

Read the manpages for unrot, byteme, and radix to find out more about how they work. You can also append a -h to any command to find out usage information. Manpages are available by running:

$ man unrot
$ man byteme
$ man radix

Source Code - Submit an Issue