File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4444 < li > < a href ="https://scripttiger.github.io/tor "> Geo Tor Table</ a > </ li >
4545 < li > < a href ="https://scripttiger.github.io/tinyos "> Tiny Operating
4646 Systems</ a > </ li >
47+ < li > < a href ="https://scripttiger.github.io/tigerchat "> TigerChat</ a > </ li >
4748 < li > < a href ="https://scripttiger.github.io/more "> More from ScriptTiger</ a > </ li >
4849 </ ul >
4950 < br >
Original file line number Diff line number Diff line change 5252 < tr >
5353 < td style ="vertical-align: top; width: 100%; background-color: white; "> < br >
5454 < h1 style ="text-align: center; margin-top: 10px; "> TigerChat</ h1 >
55+ TigerChat is a simple peer-to-peer/full-mesh chat app
56+ written in Go and transpiled to JavaScript via GopherJS.
57+ Every connection is inherently encrypted by WebRTC, and
58+ every peer must successfully perform a three-way
59+ cryptographic challenge-response handshake using Argon2 with
60+ each of the other peers in order to be authenticated with
61+ each other. However, while this provides reasonable security
62+ for fun chats amongst friends, it's not intended for the
63+ transmission of highly sensitive data.
5564 < table style ="text-align: left; width: 75%; margin-left: auto; margin-right: auto; background-color: rgb(255, 255, 102); "
5665 cellspacing ="2 " cellpadding ="2 " border ="1 ">
5766 < tbody >
You can’t perform that action at this time.
0 commit comments