A website for splitting secrets into parts or recreating secrets from existing parts.
services:
shamir:
image: jordanroher/shamirs-secret-sharing-scheme
ports:
- 80:80
restart: always
- Start Tailwind
npm run css
- In another window, start the Express server
npm run start
- Navigate to http://localhost:8080
Enter the text of your secret into the field.
Copy each individual part to a file.
Distribute the files.
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.