From 9ec0b262584e9209c7a236bac5c2930e082ff801 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 19 Sep 2017 10:20:11 +0200 Subject: [PATCH] implemented a version that works for odd numbers of shareholders --- src/secret.html | 210 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 193 insertions(+), 17 deletions(-) diff --git a/src/secret.html b/src/secret.html index 3a32cfc..996ccd2 100644 --- a/src/secret.html +++ b/src/secret.html @@ -1,20 +1,159 @@ -Shares:
-Min:
-Secret: - -
+
+ Decode secret from shares +
+ +
+

+

+
+
+ Create shares from secret + Explanation to add:
+
+ Passphrase parts to generate:
+ Minimum nuber of shares required to recreate secret:
+ Secret: +
+
    +
  1. Set the explanation you want.
  2. +
  3. Enter the number of parts and shares you wish.
  4. +
  5. Enter your secret passphrase
  6. +
  7. Hit Ctrl+P or go to print via the menu
  8. +
+
+
\ No newline at end of file -- 2.30.2