Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madliani/caesar-cipher
- Owner: madliani
- License: agpl-3.0
- Created: 2023-05-17T12:58:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-14T18:59:26.000Z (11 months ago)
- Last Synced: 2023-12-14T19:59:03.690Z (11 months ago)
- Topics: caesar-cipher, cryptography, ruby
- Language: Ruby
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Caesar Cipher
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.