Skip to content

siddhanth4/DES_Encryption-Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DES Encryption-Decryption Tool

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.

Technologies Used

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

Installation

  1. Clone the repo:

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

    cd DES_Encryption-Decryption
  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 DES Encryption and Decryption

Resources

Stars

Watchers

Forks