Show HN

Tlx

by @achempion

Tlx – E2E chat over SSH under 500 lines of code This is a reference implementation of encrypted chats for small trusted groups. It runs SSH server in a container that acts as a mailbox for opaque encrypted blobs (145 lines of code). SSH keys serve as an identity. Then a local demon syncs and decrypts these blobs into SQLite database (321 lines of code). I wanted to make crypto as simple as possible and have only widely used and well audited components. Relay server and sync demon are implemented in standard Python without any extra dependencies. I've chosen Python as it ships with SQLite client in standard library. Could have used go/rust, but wanted to keep reference implementation as simple as possible with minimal dependencies.

Discover more builders

Builderlust is an endless, joyful scroll of real projects people are shipping right now. Get the app to keep finding your next spark of inspiration.

📱 Coming soon to iOS & AndroidOpen in the app