This website requires JavaScript.
Explore
Help
Sign In
jay
/
chat-client
Watch
1
Star
0
Fork
You've already forked chat-client
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
79f73d3dbc
chat-client
/
settings.json
11 lines
130 B
JSON
Raw
Normal View
History
Unescape
Escape
Got encrypted, stable communication between the server and the client
2019-03-30 18:33:57 +11:00
{
Made communication more stable
2019-04-09 19:18:47 +10:00
"rsa"
:
{
"file"
:
{
"public"
:
"key.pub"
,
"private"
:
"key"
}
,
"size"
:
2048
,
"in_memory"
:
true
}
Got encrypted, stable communication between the server and the client
2019-03-30 18:33:57 +11:00
}