📄 readme.txt
字号:
SJC - Secure Java Chat
SJC is a simple client-server application that allows two hosts to chat
securely using SSL. SSL is implemented through anonymous connection.
In order to verify that the person you are talking to is really the
person, you should use a password that both of you agree on in order to
neutralize man-in-the middle attack:
Person1: hello!
Person2: Hi! Password Please
Person1: BubbleBox
Person2: reply: BigPlanet
Person1: Hi Chuck!
SJC doesn't provide absolute security. Someone might track your
keystrokes or look over your shoulder. SJC is simply anothet barrier.
SJC can run on any java enabled system with JSSE and JCE installed.
java 1.4 already includes both of those.
you can run SJC like this:
"java sjc.SJCMain"
-------------
this version uses console chat only.
a GUI chat is in the works
SJC is licenced under the BSD Licence. You may not distribute
this archive with any files missing.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -