Sunday, September 6, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Technology and Engineering

New decentralized protocol safeguards private location data in sharing economy

September 6, 2026
in Technology and Engineering
Denise Maddox
By Denise Maddox Scienmag Editorial Profile - Mechanical Engineering
Reading Time: 6 mins read
0
New decentralized protocol safeguards private location data in sharing economy

New decentralized protocol safeguards private location data in sharing economy

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

When you sign up for a neighborhood service exchange, you hand over your home address so strangers can come mow your lawn or tutor your kids. That single act of trust has become one of the quiet weaknesses of the sharing economy, and now a team of cryptographers in Canada and France believes it has a way to take the address out of the equation. In a study published in the Journal of Ambient Intelligence and Humanized Computing, researchers Baptiste Beltzer, Emmanuel Conchon and Sylvain Giroux describe a family of cryptographic protocols that let two members of a solidarity network confirm they live in compatible locations without either side ever learning the other’s exact address until both agree it is time. The work, grounded in two decades of real-world operation by a Quebec cooperative, offers one of the most concrete blueprints yet for running peer-to-peer service networks without a surveillance-hungry central platform.

The case study at the heart of the paper is the Accorderie, a Quebec solidarity cooperative that has connected members for mutual-aid service exchange since 2002. Members join in person, then use a web platform to post and browse service offers, everything from lawn mowing to homework help, and settle their exchanges in the network’s basic currency: time. Crucially, service providers define a geographical area in which they are willing to work, and receivers check whether their own address falls inside that zone. Today that check runs through a conventional client-server architecture that the cooperative itself must buy, host, secure and maintain around the clock. The authors argue that this burden is poorly matched to the reality of small nonprofits funded largely by government grants and volunteer labor, which rarely possess the money, hardware or specialized staff to keep complex infrastructure available continuously.

The researchers’ answer is to move the network’s memory onto a private distributed ledger accessible in read-write mode to registered members, moderated by the cooperative, while pushing day-to-day interaction between members onto direct peer-to-peer channels. The cooperative keeps its role as trusted authority, authenticating new members in person and validating new service publications, but it no longer needs to sit in the middle of every conversation. Members can continue negotiating agreements even when the cooperative is temporarily offline, which slashes both operating costs and single points of failure. The cryptographic core of the system, the focus of the new paper, is designed to make that shift without weakening anyone’s privacy.

Technically, the problem the team attacks is known as private set membership, a cousin of the better-known private set intersection. In this setting, Alice holds a single secret element, her zip code, and Bob holds a set of zip codes describing his intervention area. Alice wants to learn whether her element belongs to Bob’s set, and then prove it to him, without revealing which element it is; Bob wants to keep the rest of his set hidden. Because the Accorderie must be able to guarantee that published offers are legitimate, the protocols fall into the authorized variant of the problem, in which a trusted authority digitally signs the relevant data before it circulates. In Canada, zip codes offer a convenient granularity: in Montreal a single code typically covers a dozen addresses over a few hundred meters, while in rural areas a code can span ten kilometers, a imprecision the authors note is tolerable where private cars are the norm.

The protocol’s foundations lie in the Schnorr signature scheme, one of the oldest and simplest digital signature constructions, which operates in prime-order groups defined by large primes p and q, with q dividing p minus one. A signer holds a private key x with public key y equal to g raised to the power x modulo p, and produces a signature of the form s equals k plus x times a hash of the commitment and message, verifiable by anyone holding the public key. The researchers build on an authorized private set intersection technique called privacy-preserving policy-based information transfer, itself rooted in secure multi-party computation, a field that traces back to Yao’s 1982 work on computing functions over boolean circuits. The Schnorr variant was chosen deliberately: its signatures are small, and although the underlying transfer technique has quadratic complexity in general, the fact that Alice’s set collapses to a single element brings the cost back down to linear in Bob’s set size.

From this base, the team constructed three escalating versions of their protocol. The first is a straightforward adaptation into an interactive authorized private set membership scheme that runs in the malicious security model, meaning it tolerates arbitrary cheating by participants. Bob blinds the signatures on his zip codes with a random exponent so Alice cannot brute-force check candidate addresses, and the two parties exchange blinded values until a match is confirmed. It works, and it preserves Bob’s set privacy even if the authority’s master key later leaks, a forward secrecy property inherited from the structure of Schnorr signatures. But it is costly and interactive: Alice and Bob must synchronize their communication to complete a verification, which the authors flag as a major functional flaw for real humans who may never be online at the same moment.

The second version eliminates interaction entirely, but only under the weaker honest-but-curious model, in which participants follow the rules while trying to learn extra information. Here the cooperative signs not raw zip codes but an encoding of them, computed as a keyed hash, or HMAC, of the code under a secret key known only to the authority. This moves the message space to a vastly larger set the size of the group order, crushing brute-force attacks, and it means that even someone who found a matching signature could not invert the hash to recover the zip code. The authority also randomizes the order in which signatures are handed to Bob, so he cannot map signatures back to specific codes. Alice can read a publication, check it offline against her own encoded address, and generate a proof, while Bob needs to store nothing at all to verify it. The weakness is that a cheating Alice could lift a signature element straight from a publication and forge a proof for an address that is not hers.

The third version closes that hole and returns to the malicious model. The key idea is a shift of the signature verification space: the authority, which in this version also takes over publishing offers on Bob’s behalf to guarantee they are well-formed and auditable, generates a random value z that is given to Bob alone. Public verification data is published in shifted form, so Alice can still confirm which signature matches her encoded address, but the raw signature elements never appear in the open. To cheat, she would need to solve a discrete logarithm problem or recover the HMAC key, both computationally out of reach. When Alice later submits her proof, Bob raises it to the power z and checks membership in the shifted set. This version satisfies the full slate of the team’s requirements, from client and server privacy to auditability and forward secrecy, at the price of a publication roughly two to three times larger than its siblings.

The performance numbers suggest the trade-off is manageable. Using a 2048-bit prime p, a 256-bit prime q, and SHA-256 for both hashing and HMAC, benchmarks with an intervention set of 500 zip codes, chosen because Quebec’s largest cities contain around 400, gave execution times of 6690 milliseconds for the interactive version, 2384 milliseconds for the non-interactive honest-but-curious version and 3452 milliseconds for the full malicious-model version, with publication sizes of 250, 140 and 375 kilobytes respectively. Notably, the malicious-model version pays more during the one-time publication phase but verifies far faster, a favorable shape for real deployments where each offer is published once and checked many times. The source code is publicly available on GitHub, and the authors stress that their measurements isolate the cryptographic layer from the ledger and peer-to-peer layers.

The work lands amid a documented privacy gap in peer-to-peer commerce. The literature categorizes exchange networks as business-to-consumer or consumer-to-consumer, and while regulation such as Europe’s GDPR and California’s CCPA governs data handed to institutions, studies of platforms from Facebook to Airbnb have repeatedly found that protection between individual members is thin to nonexistent. By letting the location check happen cryptographically, the protocol delays disclosure of Alice’s address to the last possible moment, so if two members fail to reach an agreement over schedule, duration or materials, neither walks away having leaked sensitive data. The authors see decentralized constructions as a relevant support for solidarity communities specifically, enhancing member privacy and security while cutting the maintenance costs that so often sink volunteer-run platforms.

Future work remains substantial. The team flags the sensitivity of the HMAC key, whose leakage would compromise forward secrecy, and proposes key derivation mechanisms or key-lifetime limits as countermeasures. The current scenario also assumes the service is delivered at Alice’s home and that she acts for herself; real networks will need to handle rendezvous points such as carpooling locations, and proxy cases such as a family member requesting a service on behalf of an elderly relative. And the cryptographic layer, however complete, still needs to be married to a production distributed ledger with realistic answers to network failures, latency and member revocation. But as a demonstration that a 20-year-old time bank’s problem can be reframed in terms of authorized private set membership and solved with nothing more exotic than Schnorr signatures and keyed hashing, the study offers a striking template for how the sharing economy might grow up without asking its members to give away where they live.

Subject of Research: A decentralized authorized private set membership protocol, based on Schnorr signatures and distributed ledger technology, that protects members’ location privacy in sharing-economy service exchange networks, using the Quebec Accorderie solidarity cooperative as a case study.

Subject of Research: Technology and Engineering

Article Title: Decentralized private set membership protocol for private location in sharing economy

Article References: Beltzer, B., Conchon, E., & Giroux, S. (2026). Decentralized private set membership protocol for private location in sharing economy. Journal of Ambient Intelligence and Humanized Computing, 17(4), 1141-1153. https://doi.org/10.1007/s12652-026-05086-3

Image Credits: AI Generated

DOI: 10.1007/s12652-026-05086-3

Keywords: private location, sharing economy, private set membership, authorized private set intersection, Schnorr signature, distributed ledger, privacy-preserving policy-based information transfer, solidarity network, peer-to-peer protocol, location privacy, malicious security model, time banking

Cite Scienmag News

Denise Maddox. (September 6, 2026). New decentralized protocol safeguards private location data in sharing economy. Scienmag. https://scienmag.com/new-decentralized-protocol-safeguards-private-location-data-in-sharing-economy/

Denise Maddox. "New decentralized protocol safeguards private location data in sharing economy." Scienmag, 6 September 2026, https://scienmag.com/new-decentralized-protocol-safeguards-private-location-data-in-sharing-economy/. Accessed 6 September 2026.

Denise Maddox. "New decentralized protocol safeguards private location data in sharing economy." Scienmag. September 6, 2026. https://scienmag.com/new-decentralized-protocol-safeguards-private-location-data-in-sharing-economy/

Tags: blockchain-based privacy solutionsconfidential neighborhood service exchangecryptographic peer-to-peer service networkscryptographic protocols for location verificationcryptography in mutual aid platformsdecentralized identity verificationDecentralized location privacy protocolslocation data security in neighborhood servicespeer-to-peer mutual aid platformspeer-to-peer service exchange securityprivacy safeguards in cooperative networksprivacy-focused cooperative networksprivacy-focused sharing economy infrastructureprivacy-preserving location verificationprivacy-preserving sharing economyprotecting personal data in sharing economysecure location sharing for community servicessecure neighborhood service exchangesharing economy data securitysurveillance-free service platformssurveillance-resistant sharing platforms
Share26Tweet16
Previous Post

Machine Learning Framework Boosts Intelligent 5G Resource Allocation and Optimization

Next Post

Permissioned Blockchain Framework Secures Industrial IoT Transactions in Manufacturing Collaboration

Related Posts

Permissioned Blockchain Framework Secures Industrial IoT Transactions in Manufacturing Collaboration
Technology and Engineering

Permissioned Blockchain Framework Secures Industrial IoT Transactions in Manufacturing Collaboration

September 6, 2026
Machine Learning Framework Boosts Intelligent 5G Resource Allocation and Optimization
Technology and Engineering

Machine Learning Framework Boosts Intelligent 5G Resource Allocation and Optimization

September 6, 2026
Residual-enhanced contrastive learning improves knowledge-aware recommendation model
Technology and Engineering

Residual-enhanced contrastive learning improves knowledge-aware recommendation model

September 6, 2026
Joint source-target-context modeling improves metaphor sentiment analysis with new dataset
Technology and Engineering

Joint source-target-context modeling improves metaphor sentiment analysis with new dataset

September 6, 2026
New q-Fractional Fuzzy Operators Improve Watershed Group Decision-Making
Technology and Engineering

New q-Fractional Fuzzy Operators Improve Watershed Group Decision-Making

September 6, 2026
Multimodal Dynamic Adaptive Graph Network Improves Automatic Sleep Staging
Technology and Engineering

Multimodal Dynamic Adaptive Graph Network Improves Automatic Sleep Staging

September 6, 2026
Next Post
Permissioned Blockchain Framework Secures Industrial IoT Transactions in Manufacturing Collaboration

Permissioned Blockchain Framework Secures Industrial IoT Transactions in Manufacturing Collaboration

  • Mothers who receive childcare support from maternal grandparents show more optimized

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Permissioned Blockchain Framework Secures Industrial IoT Transactions in Manufacturing Collaboration
  • New decentralized protocol safeguards private location data in sharing economy
  • Machine Learning Framework Boosts Intelligent 5G Resource Allocation and Optimization
  • Residual-enhanced contrastive learning improves knowledge-aware recommendation model

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,151 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading