Skip to content

Data Encryption Standard (DES) algorithm implemented in Rust

License

Notifications You must be signed in to change notification settings

dzikrisyairozi/des-rs-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Encryption Standard Algorithm

Data Encryption Standard (DES) algorithm implemented in Rust

Usage

To use this directly, run in your terminal

cargo run

Or if you want to use the web app, run both client and api.

demo

API

  1. Navigate to api dir
cd api/
  1. run
cargo build

cargo run

Client

  1. Navigate to client dir
cd client/
  1. build and run the app
yarn install

yarn dev

About

Data Encryption Standard (DES) algorithm implemented in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published