Skip to content

VincentLeV/my-cryptosystem-react-bulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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