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: about 1 year 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T18:59:26.000Z (over 2 years ago)
- Last Synced: 2024-11-12T16:18:45.444Z (over 1 year ago)
- Topics: caesar-cipher, cryptography, ruby
- Language: Ruby
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
- Codeowners: .github/CODEOWNERS
- Authors: AUTHORS
Awesome Lists containing this project
README
# Caesar Cipher

The Caesar's Cipher Encoder and Decoder

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.