Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madliani/caesar-cipher

The Caesar's Cipher Encoder and Decoder
https://github.com/madliani/caesar-cipher

caesar-cipher cryptography ruby

Last synced: 6 days ago
JSON representation

The Caesar's Cipher Encoder and Decoder

Awesome Lists containing this project

README

        

# Caesar Cipher


Caesar Cipher logo

The Caesar's Cipher Encoder and Decoder

![Built with Ruby](https://img.shields.io/badge/Ruby-CC342D.svg?style=for-the-badge&logo=Ruby&logoColor=white)

This is an encoder and a decoder of Caesar's cipher.

## Usage

In the project directory, you can run:

### `rake doc`

Runs the documentation tool.

### `rake format`

Runs the code formatter.

### `rake install`

Installs the dependencies.

### `rake lint`

Launches the code linters.

### `rake run`

Runs the app.

### `rake test`

Launches the test runner.