u/EquivalentProof410

Using blind signatures for privacy-preserving subscriptions where sharing your token means losing it (BSc thesis + implementation)

It's already two years old, but I figured it might be interesting for this sub:

Subscriptions (think: Newspaper/Netflix/Spotify) normally tie every article you read or song you play to an account, which allows profiling you and selling that data to advertisers.

For my BSc thesis I built an account-less version using blind-signed tokens: each token is single-use and rotates on redemption, so if you share one publicly the first person to use it gets the new token and you lose access.

But it still allows you to share a subscription within a group you trust (your family/friends) by ensuring everyone has accesses to the latest iteration of the token (shared wallet).

The crypto is standard Chaum bling signatures, so nothing novel. But what I found far more interesting is that it's a practical example of how our digital lives could look like if they were not governed by data-hungry mega corporations.

Link to thesis: https://www.taler.net/papers/subscription-discounts-thesis.pdf
Link to overview video: https://www.youtube.com/watch?v=Ze-_jA57ihU

reddit.com
u/EquivalentProof410 — 3 days ago