Private browser chat. No app install. No account required.
CryptNet.Chat is an anonymous browser group chat where the room secret stays in the `#k=` invite fragment, messages are encrypted client-side before upload, and the server stores ciphertext instead of readable chat history.
Use it for private group messaging, temporary coordination rooms, secure browser chat links, and invite-only conversations where messages auto-delete 48 hours after they are sent.
Server stores
Room ids, encrypted messages, session tokens, timestamps, and encrypted attachment payloads.
Message crypto
HKDF-SHA-256 key derivation with AES-GCM, plus an authenticated previous-message chain for tamper detection.
New joins
New devices only fetch messages sent after they join the encrypted room.
Invite rotation
Rotate the room invite to a new epoch before sharing it with a new member.
Retention
Messages are deleted automatically 48 hours after they are sent. Rooms stay available until you stop sharing the invite.
Supported
Text messages, encrypted image attachments, anonymous aliases, and optional room codes.