-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ian Coleman
committed
Jul 11, 2016
1 parent
508a061
commit f0f50e1
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# 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](https://github.com/iancoleman/shamir/blob/master/license). |