diff --git a/_layouts/wizard.html b/_layouts/wizard.html index 6d9950e..31b0fd8 100644 --- a/_layouts/wizard.html +++ b/_layouts/wizard.html @@ -15,7 +15,7 @@ in mind in order to accommodate different use-cases and threat models.

-
+

Time Based Rules

@@ -53,21 +53,21 @@

- - + +

- - + +


- @@ -78,11 +78,17 @@

Remote Recovery via Cryptographic Signatures

+

+ This type of recovery makes it possible to recover data remotely + by providing cryptographic signatures to show intent of recovery. + We support all widely used types of signatures such as `OpenPGP`, + ETH, BTC, etc. +

+ signing? *
- @@ -99,7 +105,9 @@
-

Please select public keys which can be used for recovery:

+

Please select public keys which can be used for recovery. These keys should be valid public keys + for whichever protocols you would like to use. You may use a mix of protocols. Ensure each file + only has 1 key:

@@ -109,10 +117,17 @@

Recovery via KYC Validation and Statement of Intent

+

+ Recovery via KYC requires that a threshold of authorized + persons be KYCd in person by legal representatives of Distrust + and confirm their intent to recover data. This process varies + based on the jurisdiction it's being conducted in and adds + time to the recovery process. +

- +
- @@ -126,7 +141,23 @@
-

Please select KYC data for individuals who can participate in recovery:

+

+ Please select KYC data for individuals who can participate in recovery. + Each person's data should be a `.toml` file. Pictures of front and back + of IDs should be base64 encoded and listed in the id_images array. + The supported ID types are Driver's License, Passport, National Identity Card: +

+ +
+                        
+                        first_name = "John"
+                        last_name = "Doe"
+                        date_of_birth = "1990-01-01"
+                        id_images = ["", "", ...]
+                        country_of_birth = "US"
+                        
+                    
+
@@ -141,10 +172,10 @@ key in escrow, in which case you are responsible for redundantly backing up the encrypted data (learn more here)

- +
- + @@ -155,25 +186,30 @@

Additional Configurations

+ recovery) *
-
+ - - +
+ +