Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.13 KB

README.md

File metadata and controls

73 lines (53 loc) · 2.13 KB

Open in Visual Studio Code License

My Cryptosystem

Table of Contents

Introduction
Features
Tech Stack
Run The Project Locally
UI Examples
Demo

Introduction

My Cryptosystem is a simple app that can help user to encrypt their messages for daily purposes using symmetric algorithm.

Encryption process:

  1. User insert plaintext
  2. The app generates key and ciphertext
  3. The user sends key and ciphertext to the receiver
  4. The receiver inserts ciphertext and key to the app to get the decrypted message

Features

  • Encrypt messages
  • Decrypt messages

The app can't encrypt or decrypt anything else but text

Tech Stack

  1. ReactJS
  2. Bulma

Run The Project Locally

  1. Clone the project

     https://github.com/VincentLeV/my-cryptosystem-react-bulma.git
    
  2. Run the app

     cd my-cryptosystem-react-bulma
     yarn start
    

Check the app out at http://localhost:3000/

UI Examples

1

2

Demo

https://my-cryptosystem.netlify.app

gif