aboutsummaryrefslogtreecommitdiff
path: root/news/2019-02.inc
diff options
context:
space:
mode:
Diffstat (limited to 'news/2019-02.inc')
-rw-r--r--news/2019-02.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/news/2019-02.inc b/news/2019-02.inc
index a18fd191..6106261f 100644
--- a/news/2019-02.inc
+++ b/news/2019-02.inc
@@ -35,3 +35,27 @@ also <a href="https://gnunet.org/bugs/view.php?id=5562">#5562</a>).
35<br> 35<br>
36Mentor: Christian Grothoff 36Mentor: Christian Grothoff
37</p> 37</p>
38
39
40<h4>reclaimID alternative GNS-based encryption</h4>
41<p>
42reclaimID is a decentralized identity system build on top of the GNU
43Name System.
44Currently, it uses an encryption scheme called attribute-based encryption.
45However, through the clever use of GNS's built in record encryption,
46it is possible to
47<ol>
48<li> Improve performance by reducing encryption overhead</li>
49<li> Reduce dependencies</li>
50</ol>
51This project also includes two separate, smaller tasks:
52<ul>
53<li> Performance improvements to the out-of-band authorization flow (OpenID Connect) to</li>
54<li> Webextension which allows reclaimID to be used without the need of
55a GNS proxy.
56</ul>
57The two smaller tasks are optional and may be dropped in case the student
58encounters any unforseen complications when implementing the main task.
59<br>
60Mentor: Martin Schanzenbach
61</p>