From 5ddbdffbffcee5d324647c3d99e6fcf7bd96eb1c Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 8 Oct 2024 12:40:31 -0400 Subject: [PATCH] moar --- _layouts/wizard.html | 146 +++++++++++++++++++++++++++++++------------ 1 file changed, 105 insertions(+), 41 deletions(-) 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.
@@ -53,21 +53,21 @@
+ 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. +
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:
+ 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. +
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" + +
+ first_name = "John" + last_name = "Doe" + date_of_birth = "1990-01-01" + id_images = ["", "", ...] + country_of_birth = "US" +