enkripsiyon

enkripsiyon is a group chat you host yourself: every message is encrypted in the browser before it reaches the server, and the server holds no key that can read it.

No accounts. No passwords. A room is joined with a 30-character key and a name.

What protects a message

Optional, and off until asked for

What the server sees

The relay stores and forwards ciphertext. That work is not invisible to it.

The relay sees

  • that the room exists, and its room code
  • your IP address, and every time you connect
  • the size and timing of every message
  • opaque 16-byte member ids, and how many members there are
  • the shape of the conversation

It never sees

  • message contents
  • filenames
  • display names
  • read receipts
  • the invite key itself

What it does not solve

How a room starts

  1. Create a room with a username. The app shows the invite key once — thirty characters, six groups of five — and offers the owner a recovery file to download.

    K7M2Q-XR4TB-9WNAE-5HJ3P-YZ0FC-D8VG6
  2. Send the key to your people over a channel you already trust — in person, on a call, through a tool you had before this one. Anyone holding it can join, and there is no second check.

  3. They join with the key and a username. The room code is derived from the key, so nobody has to memorise it.

  4. The server relays ciphertext from then on. It can store and forward; it cannot read.

The way in

There is nothing to sign up for. The next page offers exactly two options: create a room, or join one with a key.

Create or join a room