首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 加密聊天,没有中央服务器,完全适合java程序员

加密聊天,没有中央服务器,完全适合java程序员

资 源 简 介

Encrypted Chat _( synchronous encryption based on passkeys ( and maybe in the near future :) asynchronous encryption based on public/private keys) )_ with a lot of smart features, perfectly suitable for developers to communicate in an insecure network. This application does not require a central server because it uses UDP for hand-shaking and some types of very quick messages that require minimal system call usage and the sky doesn"t fall in case of packet loss. The core server is build on TCP using java.nio with only one selecting thread unlike the traditional thread/socket pattern used in chat applications, therefore permitting theoretically an unlimited number of clients talking simultaneously and a very reliable communication not only due to encryption ( which if you count that the messages are serialized after encryption than you can say it"s double :) ) but also because

文 件 列 表

NeverKnow
.classpath
.project
.svn
bin
build.xml
config.nk
description.txt
html
img
intellis.xml
jni
lib
MANIFEST.MF
neverknow.xml
res
run.cmd
src

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 猕猴桃 1小时前 成为了本站会员

  • 11 4小时前 成为了本站会员

  • 开心快活人 7小时前 成为了本站会员

  • 晋财 8小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

0.265782s