This project is a Encryption & Decryption Tool built with React. It provides a simple web interface to encrypt and decrypt messages using the DES, AES & Blowfish algorithm. The project aims to demonstrate the implementation of Symmetric Cryptography in a user-friendly way.
- React: JavaScript library for building user interfaces
 - JavaScript (ES6+): Core programming language
 - CSS: Styling for the app
 - Encryption & Decryption Algorithm: The core encryption and decryption functionality is implemented using JavaScript.
 
- 
Clone the repo:
git clone https://github.com/siddhanth4/Encryption-Decryption-Tool.git
 - 
Navigate to the project directory:
cd Encryption-Decryption-Tool - 
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:3000to see the tool in action.