Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 332 Bytes

mechat.io

A simple end-to-end encrypted chat using socket.io.

mechat.io implements client-side end-to-end encryption for all private messages using a hash-based block cipher algorithm. It relies on crypto.getRandomValues for seed generation. UTF-8 is supported.

Messages in group chat rooms are encrypted with the room password.