This program is to test rust, allowing a user to encrypt or decrypt using multiple algorithms.
To get a local copy up and running, follow these steps:
-
Clone the repo:
git clone https://github.com/Sommos/rust_encryption cd rust_encryption -
Install Rust dependencies:
cargo build -
Run the app:
cargo run
If you'd like to contribute to rust_encryption please submit a pull-request on a feature branch.
This project is licensed under the MIT License.