TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: End-to-end encrypted notes app

6 pointsby nik-grafabout 4 years ago
One year ago I started to explore combining CRDTs with end-to-end encryption to allow people to collaborate on the same documents&#x2F;data. Couple months back I got a first prototype working. Think of a simple Google Docs, but end-to-end encrypted and offline-first (iOS &amp; Android for now).<p>Why CRDTs? Every document is a CRDT data structure. This is very important for conflict resolution. With CRDTs this can happen on the client and everyone can resolve to exactly the same state of the document once all the updates are synchronised.<p>This basically allows to exchange the updates&#x2F;data via end-to-end encryption. Initially I started out using the Matrix protocol, but in order to develop further synchronization optimization I started to directly use Matrix&#x27;s Olm&#x2F;MegOlm encryption library.<p>The app&#x2F;client source is available here: https:&#x2F;&#x2F;github.com&#x2F;SerenityNotes&#x2F;serenity-notes-clients Website: https:&#x2F;&#x2F;www.serenity.re&#x2F;en&#x2F;notes<p>Feedback, ideas and question are very welcome!

no comments

no comments