文件名称:encrypt-chat
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-03-29
- 文件大小:
- 213kb
- 下载次数:
- 0次
- 提 供 者:
- z**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
加密聊天软件,采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括.-Encrypted chat software, the of 2048bit RSA data encryption algorithm for data encryption and digital signatures, key or important information and communication sensitive and less suitable for passing. Realization of security features, including message communication.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
密聊源程序\AboutDlg.cpp
..........\AboutDlg.h
..........\BtnST.cpp
..........\BtnST.h
..........\ClientSocket.cpp
..........\ClientSocket.h
..........\ColorComboBox.cpp
..........\ColorComboBox.h
..........\ColorEdit.cpp
..........\ColorEdit.h
..........\Connect.cpp
..........\Connect.h
..........\Debug
..........\General.cpp
..........\General.h
..........\HyperLink.cpp
..........\HyperLink.h
..........\Label.cpp
..........\Label.h
..........\ListenSocket.cpp
..........\ListenSocket.h
..........\PrivateManager.cpp
..........\PrivateManager.h
..........\PublicKeyManager.cpp
..........\PublicKeyManager.h
..........\ReadMe.txt
..........\..lease\friend
..........\.......\user
..........\Release
..........\res\connect.ico
..........\...\disconnection.ico
..........\...\encrypt .ico
..........\...\exit.ico
..........\...\hand.cur
..........\...\idiograph .ico
..........\...\IP.ico
..........\...\JiaMi.ico
..........\...\MessageReceive.wav
..........\...\MessageSend.wav
..........\...\note.ico
..........\...\offline.ico
..........\...\offline.wav
..........\...\online.wav
..........\...\SecretChat.ico
..........\...\SecretChat.rc2
..........\...\sendfile.ico
..........\...\sendstop.ico
..........\...\setup.ico
..........\...\Thumbs.db
..........\res
..........\resource.h
..........\RSA.cpp
..........\RSA.h
..........\SecretChat.aps
..........\SecretChat.clw
..........\SecretChat.cpp
..........\SecretChat.dsp
..........\SecretChat.dsw
..........\SecretChat.h
..........\SecretChat.ncb
..........\SecretChat.opt
..........\SecretChat.plg
..........\SecretChat.rc
..........\SecretChatDlg.cpp
..........\SecretChatDlg.h
..........\SecretKeyEdit.cpp
..........\SecretKeyEdit.h
..........\SecretKeySetup.cpp
..........\SecretKeySetup.h
..........\ServiceSocket.cpp
..........\ServiceSocket.h
..........\Setup.cpp
..........\Setup.h
..........\StdAfx.cpp
..........\StdAfx.h
..........\Temp.txt
..........\__DWORD128.cpp
..........\__DWORD128.h
密聊源程序