gnunet-svn
[Top][All Lists]
Advanced

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

[www-reclaim] branch master updated: update funding, update deps


From: gnunet
Subject: [www-reclaim] branch master updated: update funding, update deps
Date: Thu, 27 Aug 2020 09:31:15 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository www-reclaim.

The following commit(s) were added to refs/heads/master by this push:
     new ca336e4  update funding, update deps
ca336e4 is described below

commit ca336e4007ce6d0e4f382e79e42540058887c5cc
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Thu Aug 27 09:24:49 2020 +0200

    update funding, update deps
---
 Gemfile                   |  2 +-
 _pages/00_index.html      |  2 ++
 _pages/04_motivation.html | 51 ++++++++++++++++++++++++++---------------------
 _pages/05_faq.html        |  2 +-
 4 files changed, 32 insertions(+), 25 deletions(-)

diff --git a/Gemfile b/Gemfile
index 3a09b03..8833cbd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ source "https://rubygems.org";
 #
 # This will help ensure the proper Jekyll version is running.
 # Happy Jekylling!
-gem "jekyll", "~> 3.8.3"
+gem "jekyll", "~> 4.1.1"
 
 # This is the default theme for new Jekyll sites. You may change this to 
anything you like.
 gem "minima", "~> 2.0"
diff --git a/_pages/00_index.html b/_pages/00_index.html
index 98421ad..4f599fa 100644
--- a/_pages/00_index.html
+++ b/_pages/00_index.html
@@ -38,3 +38,5 @@ permalink: /
   <a class="btn btn-primary" href="/for-users"><i class="fa fa-user"></i> 
<span class="lbl">For users</span></a>
   <a class="btn btn-primary" href="/for-websites"><i class="fa fa-globe"></i> 
<span class="lbl">For websites</span></a>
 </div>
+
+
diff --git a/_pages/04_motivation.html b/_pages/04_motivation.html
index 92575c3..eabc4a5 100644
--- a/_pages/04_motivation.html
+++ b/_pages/04_motivation.html
@@ -6,28 +6,33 @@ permalink: /motivation/
 
 <h2 style="text-align:center">Motivation</h2>
 <div>
-<p>
-Today, users are often required to share personal data, like email addresses, 
to use services on the web. As part of normal service operation, such as 
notifications or billing, services require access to -- ideally fresh and 
correct -- user data.
-Sharing attributes in the Web today is often done via centralized service 
providers to reduce data redundancy and to give services access to current, 
up-to-date information even if the user is currently offline.
-Abuse of this power is theoretically limited by local laws and regulations.
-But, the past has shown that even well-meaning identity providers struggle to 
keep user data safe as they become major targets for hackers and nation state 
actors while striving for monetizing anonymized statistics from these data.
-We advocate for a new, decentralized way for users to manage their identities 
for the following reasons:
-</p>
-<ul class="fa-ul">
-  <li><i class="fa-li fas fa-caret-right"></i> The current state of omniscient 
identity providers is a significant threat to the users' privacy.</li>
-  <li><i class="fa-li fas fa-caret-right"></i> Users must completely trust the 
service provider with respect to protecting the integrity and confidentiality 
of their identity in their interest.</li>
-  <li><i class="fa-li fas fa-caret-right"></i> The service provider itself is 
facing substantial liability risks given the responsibility of securely 
managing potentially sensitive personal data of millions of users.</li>
-</ul>
+  <p>
+  Today, users are often required to share personal data, like email 
addresses, to use services on the web. As part of normal service operation, 
such as notifications or billing, services require access to -- ideally fresh 
and correct -- user data.
+  Sharing attributes in the Web today is often done via centralized service 
providers to reduce data redundancy and to give services access to current, 
up-to-date information even if the user is currently offline.
+  Abuse of this power is theoretically limited by local laws and regulations.
+  But, the past has shown that even well-meaning identity providers struggle 
to keep user data safe as they become major targets for hackers and nation 
state actors while striving for monetizing anonymized statistics from these 
data.
+  We advocate for a new, decentralized way for users to manage their 
identities for the following reasons:
+  </p>
+  <ul class="fa-ul">
+    <li><i class="fa-li fas fa-caret-right"></i> The current state of 
omniscient identity providers is a significant threat to the users' 
privacy.</li>
+    <li><i class="fa-li fas fa-caret-right"></i> Users must completely trust 
the service provider with respect to protecting the integrity and 
confidentiality of their identity in their interest.</li>
+    <li><i class="fa-li fas fa-caret-right"></i> The service provider itself 
is facing substantial liability risks given the responsibility of securely 
managing potentially sensitive personal data of millions of users.</li>
+  </ul>
 
-<p>re:claimID is built as a service on top of the peer-to-peer framework <a 
href="https://gnunet.org";>GNUnet</a>.<br/>
-It emerged from research conducted by the research group "Secure
-Applications and Services" at the <a 
href="https://www.aisec.fraunhofer.de/de/fields-of-expertise/projekte/reclaim.html";>Fraunhofer
 AISEC</a> research institute.<br/>
-A scientific, peer-reviewed paper on the theoretical foundations of re:claimID
-was published at <a 
href="https://ieeexplore.ieee.org/document/8456003";>TrustCom 2018</a>
-(<a href="https://arxiv.org/abs/1805.06253v1";>Arxiv</a>).<br/> re:claimID is
-primarily developed in the
-<a href="https://git.gnunet.org/gnunet.git/tree/src/reclaim";>GNUnet source 
tree</a>.
-Accompanying tools and sources can be found in the
-<a href="https://gitlab.com/reclaimid";>Gitlab project</a>.
-</p>
+  <p>re:claimID is built as a service on top of the peer-to-peer framework <a 
href="https://gnunet.org";>GNUnet</a>.<br/>
+  It emerged from research conducted by the research group "Secure
+  Applications and Services" at the <a 
href="https://www.aisec.fraunhofer.de/de/fields-of-expertise/projekte/reclaim.html";>Fraunhofer
 AISEC</a> research institute.<br/>
+  A scientific, peer-reviewed paper on the theoretical foundations of 
re:claimID
+  was published at <a 
href="https://ieeexplore.ieee.org/document/8456003";>TrustCom 2018</a>
+  (<a href="https://arxiv.org/abs/1805.06253v1";>Arxiv</a>).<br/> re:claimID is
+  primarily developed in the
+  <a href="https://git.gnunet.org/gnunet.git/tree/src/reclaim";>GNUnet source 
tree</a>.
+  Accompanying tools and sources can be found in the
+  <a href="https://gitlab.com/reclaimid";>Gitlab project</a>.
+  </p>
+
+  <p>
+  re:claimID is funded by <a href="https://www.aisec.fraunhofer.de";>Fraunhofer 
AISEC</a>
+  and by the <a href="https://wiki.geant.org/display/NGITrust/";>NGI_Trust</a> 
framework as part of the <a 
href="https://wiki.geant.org/display/NGITrust/Funded+Projects+Call+2";>project 
"DISSENS".</a>
+  </p>
 </div>
diff --git a/_pages/05_faq.html b/_pages/05_faq.html
index 5cd31ee..8474ef0 100644
--- a/_pages/05_faq.html
+++ b/_pages/05_faq.html
@@ -17,7 +17,7 @@ permalink: /faq/
   <li><i class="fa-li fas fa-comment"></i> Short answer: It doesn't.
     Long answer: Identities are initially self-asserted by the user. 
re:claimID could, however, also be used to share third party attested 
attributes (e.g. X.509 certificates). Further, we are working on integrating <a 
href="https://github.com/kiliant/zklaim";>privacy credentials</a> for this use 
case.</li>
   <li class="mt-4"><i class="fa-li fas fa-question-circle"></i> <b>Who is 
behind re:claimID?</b></li>
-  <li><i class="fa-li fas fa-comment"></i> re:claimID is developed primarily 
by <a href="https://aisec.fraunhofer.de";>Fraunhofer AISEC</a>.</li>
+  <li><i class="fa-li fas fa-comment"></i> re:claimID is developed primarily 
by <a href="https://aisec.fraunhofer.de";>Fraunhofer AISEC</a>. Its development 
is currently also funded  as part of the <a 
href="https://wiki.geant.org/display/NGITrust/Funded+Projects+Call+2";>DISSENS 
Project</a>.</li>
   <li class="mt-4"><i class="fa-li fas fa-question-circle"></i> <b>I found a 
bug!</b></li>
   <li><i class="fa-li fas fa-comment"></i> We aim to continuously develop and 
improve re:claimID. Help us by <a 
href="https://gitlab.com/groups/reclaimid/-/issues";>reporting any issues you 
encounter</a>.</li>
 </ul>

-- 
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]