1
0
Fork 0
mirror of https://github.com/iancoleman/shamir.git synced 2025-11-18 00:50:59 +00:00
Find a file
iancoleman 4c36ecd84c
Merge pull request #4 from bangpound/feature/grempe
Use the maintained secrets.js library from @grempe
2019-06-10 15:56:38 +10:00
src Upgrade secrets.js dependency. 2019-06-06 05:29:31 -05:00
compile.py First commit 2016-07-12 09:26:48 +10:00
license First commit 2016-07-12 09:26:48 +10:00
readme.md Readme added 2016-07-12 09:35:00 +10:00
shamir-standalone.html Recompile. 2019-06-06 05:29:53 -05:00

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.