Show HN: Tlx – E2E chat over SSH under 500 lines of code https://ift.tt/eRwZcaN

Show HN: 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. https://ift.tt/MB4EnHq September 25, 2026 at 01:09AM

No comments:

Show HN: Wave – Layered gradient wave backgrounds using Three.js and shaders https://ift.tt/FzLVgus

Show HN: Wave – Layered gradient wave backgrounds using Three.js and shaders Hello! I built this static tool to generate wavy backgrounds fo...