搜索资源列表
-
0下载:
C#加密聊天程序,有客户端和服务器端,是经过加密了的哦-CSharp encrypted chat program, a client and server is encrypted through Oh
-
-
0下载:
DES加密聊天工具,共包含3个文件:chat.cpp、des.h、makefile。
编译:命令行模式下,切换到代码所在目录,输入make后回车即可。
运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器)。如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。-DES encrypted chat tool, contains a total of 3 files: chat.cpp, des.h, makef
-
-
0下载:
使用mfc编程实现了一个网络聊天工具。该工具具有加解密功能,分为客户端和服务器端。用到了rsa,des,sha1安全算法。-Mfc programming using an online chat tool. The tool has the encryption and decryption functions, divided into client and server side. Used in the rsa, des, sha1 security algorithms.
-
-
0下载:
分为客户端与服务器,实现聊天系统的加密解密。-Divided into client and server chat system to achieve encryption and decryption
-