Skip to content
/ mechat Public
forked from coretechs/mechat

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

Notifications You must be signed in to change notification settings

sigwo/mechat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages

  • JavaScript 94.5%
  • CSS 3.6%
  • HTML 1.9%