Encrypted Spaces

Lobsters Hottest Papers

Summary

Encrypted Spaces is a research preview of an architecture for collaborative applications that ensures data is encrypted and operations are cryptographically verifiable, allowing servers to store data without being able to inspect plaintext. It includes a prototype sync engine and is developed with Microsoft Research and Harvard's Berkman Klein Center.

<p>Fun stuff from Signal devs + edu+MS researchers: E2EE collaborative/social apps using zero-knowledge proofs and other crypto goodness. Servers provide a sync and auth/membership backend for groups of users without being able to see or modify app state.</p> <p><a href="https://lobste.rs/s/8v2hjz/encrypted_spaces">Comments</a></p>
Original Article
View Cached Full Text

Cached at: 06/12/26, 02:48 AM

# Encrypted Spaces — Research preview Source: [https://encryptedspaces.org/](https://encryptedspaces.org/) Research preview An architecture for collaborative applications where data is encrypted and operations are cryptographically verifiable\. Encrypted Spaces are part of a research effort to explore collaboration tools where servers store data but are able to inspect and process only the data that we choose\. ## The cloud has transformed collaboration\. Tools that were once private, local, and single\-user \(e\.g\., word processors, spreadsheets, and design editors\) are now multi\-user systems built on centralized backends\. Centralized, cloud\-accessible servers make collaboration easy, but force users to trust the servers that store and manipulate sensitive data\. Risks For journalists, activists, patients, and social\-service organizations, these risks are not theoretical—they shape what can safely be said, shared, or built\. A trustworthy collaborative application can run on untrusted servers\. Through careful use of cryptography, the application can ensure confidentiality and let users verify that servers act correctly\. Through careful application design, neither users nor developers need to be exposed to low\-level cryptographic details\. An encrypted space is a shared, persistent data system where: - 01The server acts as a centralized data store and synchronization point, but is not trusted with plaintext user data\. - 02An application data schema defines what is encrypted, and what the server can see to support rich queries\. - 03Users verify cryptographic proofs to ensure that servers behave properly\. - 04The system enforces membership and access control, and handles key management and encryption\. - 05Participants know who can read and modify data, and all changes are attributed to their author\. ## The five components of an encrypted space\. An encrypted space is built from five components, each addressing a distinct need that arises as a group collaborates: membership state, a verifiable database with an append\-only changelog, key management, a key retention system, and application\-defined operations\. ## A sync engine designed for untrusted infrastructure\. To demonstrate the practicality of applications using encrypted spaces, we are prototyping a sync engine \(like Firebase or Supabase\) that stores data in an encrypted space\. The low\-level space code handles verifiable inserts, updates, and deletions of shared encrypted data\. The sync engine provides implementations of higher\-level data structures to applications \(e\.g\., Tables, Lists, and TextAreas\)\. To clients, those structures appear like local data, but behind the scenes, the sync engine backs the structures with an encrypted space, and coordinates updates to provide clients with a shared, synchronized view\. A read/write against a space — the same SDK surface a Firebase or Supabase developer expects, with verification underneath\. ## Encrypted Spaces is developed by a small group of researchers and engineers\. This work has been developed with close collaboration and support from the Cryptography Group at Microsoft Research and the Applied Social Media Lab at Harvard’s Berkman Klein Center for Internet & Society\. ## Encrypted Spaces is active research, not a finished system\. Read the whitepaper, try the prototype, or get in touch if you want to work on this with us\. We’re building a broader constellation of research around these ideas\. Email the team[\[email protected\]](https://encryptedspaces.org/cdn-cgi/l/email-protection#ceada1a0a0abadba8eaba0adbcb7bebaabaabdbeafadabbde0a1bca9) For collaboration, questions, and other inquiries, reach us directly\.

Similar Articles

Ente Locker

Product Hunt

Ente Locker is a shared vault for securely storing and sharing important documents.

Enclayve Is a Drab Black Box for Your Private Group Chats

Wired

Enclayve is a physical device that acts as a private server for group chats, storing data locally and encrypting everything, offering a privacy-focused alternative to mainstream social networks. The $129 box hosts a bare-bones social app with no subscriptions or ads.

RocketChat/Rocket.Chat

GitHub Trending (daily)

Rocket.Chat is an open-source, secure communications platform for teams, offering self-hosted or cloud deployment with features like end-to-end encryption and federation.