[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[donau] branch master updated: new abstract
From: |
gnunet |
Subject: |
[donau] branch master updated: new abstract |
Date: |
Wed, 22 Jan 2025 10:58:55 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new 0eb25cf new abstract
0eb25cf is described below
commit 0eb25cf503cdb262e46d665c01a199066d5feffe
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 22 10:58:51 2025 +0100
new abstract
---
doc/usenix-security-2025/paper/bibliography.bib | 16 +++++++++++++++
doc/usenix-security-2025/paper/donau-paper.tex | 26 +++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/doc/usenix-security-2025/paper/bibliography.bib
b/doc/usenix-security-2025/paper/bibliography.bib
index 1361929..e761553 100644
--- a/doc/usenix-security-2025/paper/bibliography.bib
+++ b/doc/usenix-security-2025/paper/bibliography.bib
@@ -153,3 +153,19 @@
url =
{https://www.echr.coe.int/documents/d/echr/Archives_1950_Convention_ENG},
note = {Accessed: 2025-01-21}
}
+
+@InProceedings{donations2003blind,
+author="Al-Meaither, Mansour A.
+and Mitchell, Chris J.",
+editor="Bauknecht, Kurt
+and Tjoa, A. Min
+and Quirchmayr, Gerald",
+title="A Secure Electronic Payment Scheme for Charity Donations",
+booktitle="E-Commerce and Web Technologies",
+year="2003",
+publisher="Springer Berlin Heidelberg",
+address="Berlin, Heidelberg",
+pages="50--61",
+abstract="Although many charities have a web presence, almost all of them have
been designed to accept credit cards as the only means for making donations.
The anonymity requirements of many donors, however, make the existing means of
donation inappropriate for them. In this paper we investigate the business need
for an internet charity donation scheme, identify the security requirements
such a scheme should fulfill, and propose a scheme that uses an anonymous
electronic cash technique t [...]
+isbn="978-3-540-45229-4"
+}
diff --git a/doc/usenix-security-2025/paper/donau-paper.tex
b/doc/usenix-security-2025/paper/donau-paper.tex
index fb38367..ba178ee 100644
--- a/doc/usenix-security-2025/paper/donau-paper.tex
+++ b/doc/usenix-security-2025/paper/donau-paper.tex
@@ -51,6 +51,32 @@
\maketitle
\begin{abstract}
+ Privacy-preserving donations have complex requirements that also
+ vary by country. Building on privacy-friendly digital cash protocols
+ (which enable customers to pay anonymously using blind signatures)
+ we created the {\em Donau} system to handle key use-cases for donations.
+ This paper explains how our Free Software implementation addresses the
+ most common requirements, and also elaborates how others could be
+ instantiated with significant changes or additions to the design.
+
+ The Donau system achieves privacy for donors while providing
+ them with a proof that they donated to some registered charity.
+ The charity does not learn the identity of the donor and the tax
+ authority does not learn which charities received donations from
+ a particular donor. However, authorities do learn the total amount
+ donated to a charity by all donors.
+
+ Our design introduces a new entity, the {\em Donation Authority}
+ which operates the {\em Donau} service. The {\em Donau} would typically
+ be operated by or on behalf of the tax authority and ensures that
+ only recognized charities can register and provide proofs to their
+ donors.
+
+ Society would benefit from the Donau system as it simplifies
+ filing taxes, contributes to fair taxation, and eliminates
+ privacy-concerns from charitable giving.
+
+%\begin{abstract}
GNU Taler is a privacy-friendly payment protocol that offers full anonymity to
the customer, making their purchases anonymous and unlinkable not only to
third parties but even to merchants and banks involved. While this payment
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [donau] branch master updated: new abstract,
gnunet <=