Skip to content

notclickable-jordan/shamir

Repository files navigation

About

A website for splitting secrets into parts or recreating secrets from existing parts.

Preview

Screenshot of this website, showing the Split and Combine functionality

Docker and source code

Docker compose

services:
    shamir:
        image: jordanroher/shamirs-secret-sharing-scheme
        ports:
            - 80:80
        restart: always

Running locally

  1. Start Tailwind
    npm run css
  2. In another window, start the Express server
    npm run start
  3. Navigate to http://localhost:8080

Usage

Splitting

Enter the text of your secret into the field.

Copy each individual part to a file.

Distribute the files.

Combining

Gather enough parts to recreate the secret.

Enter the content from each part into the field.

The text of the secret will be displayed next to the field.

License

MIT, see license and license2

About

Shamir's Secret Sharing Scheme website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •