Short Explanation
Implementation of the Data Encryption Standard (DES) algorithm in Rust. The project includes a Rust package that executes the DES algorithm and provides an API for interaction. Additionally, there's a web app interface built using TypeScript for demonstrating the encryption and decryption processes. The repository showcases the integration of Rust with web technologies for security applications and offers a hands-on way to explore cryptographic techniques.
Project Goals
The goal of this project is to create a strong version of the Data Encryption Standard (DES) using Rust. It's not just about building the whole algorithm but also about getting better at programming in Rust. This work will help me learn more about encryption and improve my secure software development skills.
Tech Stack Used
DES Chat App
There is also a chat app version that you could check out: here