Introduction
Features
Tech Stack
Run The Project Locally
UI Examples
Demo
My Cryptosystem is a simple app that can help user to encrypt their messages for daily purposes using symmetric algorithm.
Encryption process:
- User insert plaintext
- The app generates key and ciphertext
- The user sends key and ciphertext to the receiver
- The receiver inserts ciphertext and key to the app to get the decrypted message
- Encrypt messages
- Decrypt messages
The app can't encrypt or decrypt anything else but text
- ReactJS
- Bulma
-
Clone the project
https://github.com/VincentLeV/my-cryptosystem-react-bulma.git
-
Run the app
cd my-cryptosystem-react-bulma yarn start
Check the app out at http://localhost:3000/
https://my-cryptosystem.netlify.app