gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-anastasis-www] branch master updated: add glossary


From: gnunet
Subject: [taler-anastasis-www] branch master updated: add glossary
Date: Mon, 05 Apr 2021 21:10:15 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository anastasis-www.

The following commit(s) were added to refs/heads/master by this push:
     new 4a889da  add glossary
4a889da is described below

commit 4a889da8ddc64ecdcb9ccc391a1fb03761bd630b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 5 21:10:13 2021 +0200

    add glossary
---
 template/glossary.html.j2 | 48 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/template/glossary.html.j2 b/template/glossary.html.j2
new file mode 100644
index 0000000..be05c28
--- /dev/null
+++ b/template/glossary.html.j2
@@ -0,0 +1,48 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<div class="container">
+
+<dl>
+<dt>{{ _("backup provider") }}</dt>
+  <dd>
+    {% trans %}
+      provider which holds the backup of the service/program (e.g. GNU Taler 
Wallet), for which
+      we want to have the possibility to recover the masterkey.
+    {% endtrans %}
+  </dd>
+<dt>{{ _("escrow provider") }}</dt>
+  <dd>
+    {% trans %}
+      provider which stores the backup of the masterkey and the corresponding 
policies for key
+      recovery and/or one or more keyshare(s).
+    {% endtrans %}
+  </dd>
+<dt>{{ _("truth") }}</dt>
+  <dd>
+    {% trans %}
+      'ground truth' (e.g. security question, e-mail address, phone number, 
picture) which
+      is specified by the client and used by the key provider to challenge the 
client to
+      authorize himself
+    {% endtrans %}
+  </dd>
+<dt>{{ _("(Escrow)Method") }}</dt>
+  <dd>
+    {% trans %}
+      method which is used to authorize the client to get the key share from 
the escrow provider
+    {% endtrans %}
+  </dd>
+<dt>{{ _("(Decryption)Policy") }}</dt>
+  <dd>
+    {% trans %}
+      specification of how to decrypt the encrypted masterkey backup
+    {% endtrans %}
+  </dd>
+<dt>{{ _("key share") }}</dt>
+  <dd>
+    {% trans %}
+      partial key of the key needed to decrypt the masterkey backup of the 
corresponding policy.
+    {% endtrans %}
+  </dd>
+</div>
+{% endblock body_content %}
+

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]