Skip to content

A web application applying Shamir's Secret Sharing for text, image and zip files sharing and recovery

Notifications You must be signed in to change notification settings

XenonHan/Shamirs-Secret-Sharing-Scheme-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 

Repository files navigation

Shamir's Secret Sharing Online application frontend

This project implement SSSS to support secret encryption and recovery in a safe manner. The supported functions in this project includes:

  1. Text
  2. Image
  3. Zip file
CD1.mp4

Unit Test

  1. Run the unit test: ng test
  2. Generate coverage report: ng test --no-watch --code-coverage

After execute the above command(s), there should be a index.html under \front-end\coverage.

Add use case(s): go to the .component.spec.ts in the relative modules.

The backend repo of this project: https://github.com/XenonHan/Shamirs-Secret-Sharing-Scheme-Web-App-Backend

About

A web application applying Shamir's Secret Sharing for text, image and zip files sharing and recovery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published