|
|
TigerChat
TigerChat is a simple peer-to-peer/full-mesh chat app
written in Go and transpiled to JavaScript via GopherJS.
Every connection is inherently encrypted by WebRTC, and
every peer must successfully perform a three-way
cryptographic challenge-response handshake using Argon2 with
each of the other peers in order to be authenticated with
each other. However, while this provides reasonable security
for fun chats amongst friends, it's not intended for the
transmission of highly sensitive data.
Visit the TigerChat GitHub repository for more
information on TigerChat, including tips if you're having
connection problems, or even if you'd like to contribute!
Have questions or comments about the content on this page?
ScriptTiger would love to hear them! Open a new issue in ScriptTiger's
GitHub
TigerChat repository to have your voice heard! |
|
|