Skip to content

siddhanth4/Encryption-Decryption-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Encryption-Decryption Tool

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.

Technologies Used

  • 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.

Installation

  1. Clone the repo:

    git clone https://github.com/siddhanth4/Encryption-Decryption-Tool.git
  2. Navigate to the project directory:

    cd Encryption-Decryption-Tool
  3. Install dependencies:

    npm install
  4. Start the development server:

    cd server
    nodemon app.js
  5. Start the Client:

    cd client
    npm start
  6. Open your browser and visit http://localhost:3000 to see the tool in action.

Screenshots

image image

About

React App to implement Encryption and Decryption using DES, AES & Blowfish

Resources

Stars

Watchers

Forks