?? 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 + -