https://github.com/abongsjoel/caesar-cipher
The project takes a string of characters and a cipher factor and returns the caesar cipher version of the string.
https://github.com/abongsjoel/caesar-cipher
ruby
Last synced: about 1 year ago
JSON representation
The project takes a string of characters and a cipher factor and returns the caesar cipher version of the string.
- Host: GitHub
- URL: https://github.com/abongsjoel/caesar-cipher
- Owner: abongsjoel
- License: mit
- Created: 2021-01-20T10:56:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T11:52:51.000Z (over 5 years ago)
- Last Synced: 2025-03-25T10:37:44.512Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Homepage: https://repl.it/@abongsjoel/caesarcipher#main.rb
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Caesar Cipher
> In this project, I built a simple Caesar cipher conversion algorithm
The project takes a string of characters and a cipher factor and returns the caesar cipher version of the string.
## Built With
- Ruby
## Live Demo
[Repl.it Link](https://repl.it/@abongsjoel/caesarcipher#main.rb)
## Author
👤 **Chi A. Joel**
- GitHub: [@abongsjoel](https://github.com/abongsjoel)
- Twitter: [@thierryjoel10](https://twitter.com/ThierryJoel10)
- LinkedIn: [Chi Abongwa Joel](https://www.linkedin.com/in/chi-abongwa-joel-b4285a97/)
## Acknowledgments
- [The Odin Project](https://www.theodinproject.com)
## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/abongsjoel/caesar-cipher/issues).
## Show your support
Give a ⭐️ if you like this project!
## License
This project is MIT licensed.