From f0f50e1afcc28935a6b99a7fb9bf93d517e05260 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Tue, 12 Jul 2016 09:35:00 +1000 Subject: [PATCH] Readme added --- readme.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..a2b223e --- /dev/null +++ b/readme.md @@ -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).