Cipher Blend
Cipher Blend is a Rust library for simple Caesar cipher encryption and decryption.
Features
- Encrypt messages using the Caesar cipher algorithm.
- Decrypt messages using the Caesar cipher algorithm.
Installation
Add the following line to your Cargo.toml file:
[]
= "0.1.0"
Usage
use ;
Contributing
If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.
License
This crate is distributed under the terms of the MIT License.