Skip to content

Implemented threshold cryptography as a service using Shamir's Secret Sharing Scheme

Notifications You must be signed in to change notification settings

ftp24/threshold-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flow diagram

github repo url: https://github.com/ftp24/threshold-front/

encryption

decryption

Setting up Dev environment

  1. Install Dependencies
npm i
  1. Start the dev server
npm start
  1. To productionize the code, run the following
npm run build

It correctly bundles React in production mode and optimizes the build for the best performance.

About

Implemented threshold cryptography as a service using Shamir's Secret Sharing Scheme

Topics

Resources

Stars

Watchers

Forks