Skip to content

coretechs/mechat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published