gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-anastasis] branch master updated: Created glossary


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] branch master updated: Created glossary
Date: Wed, 21 Aug 2019 00:05:38 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

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

commit eb452b6a99bb9b96e926c64efb7e98bea4e4b7c9
Author: Dennis Neufeld <address@hidden>
AuthorDate: Wed Aug 21 00:05:22 2019 +0200

    Created glossary
---
 glossary.html.j2 | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/glossary.html.j2 b/glossary.html.j2
new file mode 100644
index 0000000..d87c351
--- /dev/null
+++ b/glossary.html.j2
@@ -0,0 +1,47 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<div class="container">
+
+<dl>
+<dt>{{ _("backup provider") }}</dt>
+  <dd>
+    {% trans %}
+      provider which holds the backup (e.g. encrypted masterkey of a GNU Taler 
Wallet) 
+      and the corresponding policies to restore the masterkey
+    {% endtrans %}
+  </dd>
+<dt>{{ _("key provider") }}</dt>
+  <dd>
+    {% trans %}
+      provider which stores the keyshare belonging to a policy
+    {% 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 keyshare from 
the key provider
+    {% endtrans %}
+  </dd>
+<dt>{{ _("(Decryption)Policy") }}</dt>
+  <dd>
+    {% trans %}
+      specification of how to decrypt the encrypted backup
+    {% endtrans %}
+  </dd>
+<dt>{{ _("keyshare") }}</dt>
+  <dd>
+    {% trans %}
+      key which is shared with the key provider and belongs to a policy
+    {% endtrans %}
+  </dd>
+</div>
+{% endblock body_content %}
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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