Data Encryption Standard (DES) algorithm implemented in Rust
To use this directly, run in your terminal
cargo run
Or if you want to use the web app, run both client and api.
- Navigate to api dir
cd api/
- run
cargo build
cargo run
- Navigate to client dir
cd client/
- build and run the app
yarn install
yarn dev