mirror of
https://github.com/iancoleman/shamir.git
synced 2026-01-27 08:06:57 +00:00
Mirror from "https://github.com/iancoleman/shamir.git "
As a first step, Bootstrap 3.3.6 has been replaced entirely with Tailwind styles. Against best practice recommendations, the `form-control` class has been preserved by adding `@apply` styles. The layout has been updated to be a tab layout, so each input has more space. The styling of the error message has been updated as well. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| compile.py | ||
| license | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
| shamir-standalone.html | ||
| tailwind.config.js | ||
About
A single page tool for splitting secrets into parts or recreating secrets from existing parts.
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 under the field.
Developing
After making changes, compile to a single page for offline use with:
python compile.py
Pull requests are welcome.
License
MIT, see license.