This project is a Data Encryption Standard (DES) Encryption/Decryption Tool built with React. It provides a simple web interface to encrypt and decrypt messages using the DES algorithm. The project aims to demonstrate the implementation of DES in a user-friendly way.
- React: JavaScript library for building user interfaces
- JavaScript (ES6+): Core programming language
- CSS: Styling for the app
- DES Algorithm: The core encryption and decryption functionality is implemented using JavaScript.
-
Clone the repo:
git clone https://github.com/siddhanth4/DES_Encryption-Decryption.git
-
Navigate to the project directory:
cd DES_Encryption-Decryption
-
Install dependencies:
npm install
-
Start the development server:
cd server nodemon app.js
-
Start the Client:
cd client npm start
-
Open your browser and visit
http://localhost:3000
to see the tool in action.