• 大小: 130KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-01
  • 语言: 其他
  • 标签: 控件  源码  资源  

资源简介

"密聊"采用 2048bit 的 RSA 数据加密算法对数据进行加密和数字签名,由于 RSA 加密少量的信息需要大量的时间,适合用来传递密钥或对重要而敏感且较少的信息通讯.实现的消息通讯安全功能包括1. 身份验证,使收件人确信发件人就是他或她就是公开密钥所对应的那个人;2. 机密性,确保只有预期的收件人能够阅读邮件;3. 完整性,确保消息在传输过程中没有被更改;4. 消息到达确认,发件人确认收件人收到了消息.

资源截图

代码片段和文件信息

// AboutDlg.cpp: implementation of the CAboutDlg class.
//
//////////////////////////////////////////////////////////////////////

#include “stdafx.h“
#include “secretchat.h“
#include “AboutDlg.h“

#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
//{{AFX_DATA_INIT(CAboutDlg)
//}}AFX_DATA_INIT
}

void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDlg)
DDX_Control(pDX IDC_HOMEPAGElink m_HomePagelink);
DDX_Control(pDX IDC_EMAILlink m_EMail

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       23294  2002-03-26 13:48  SecChat\RSA.cpp
     文件        9902  2002-03-24 16:15  SecChat\RSA.h
     文件        9093  1997-11-25 08:28  SecChat\Hyperlink.cpp
     文件        2807  1997-11-22 16:42  SecChat\Hyperlink.h
     文件        1416  2002-03-16 14:06  SecChat\Connect.cpp
     文件        4945  2002-03-22 14:20  SecChat\PublicKeyManager.cpp
     文件        4985  2002-03-18 22:02  SecChat\Resource.h
     文件        1102  2002-01-23 20:21  SecChat\StdAfx.h
     文件         212  2002-01-23 20:21  SecChat\StdAfx.cpp
     文件        1555  2002-03-11 22:08  SecChat\General.h
     文件       19318  1999-03-27 18:30  SecChat\BtnST.cpp
     文件       22157  2001-03-08 20:11  SecChat\Label.cpp
     文件        1951  2002-03-30 19:48  SecChat\ReadMe.txt
     文件         543  2002-01-23 20:21  SecChat\SecretChat.dsw
     文件        1253  2002-03-15 01:22  SecChat\Connect.h
     文件        1281  2002-03-18 13:32  SecChat\__DWORD128.h
     文件        1741  2002-03-09 23:33  SecChat\Setup.h
     文件        6139  1999-03-27 18:29  SecChat\BtnST.h
     文件        1552  2002-03-09 23:42  SecChat\PrivateManager.h
     文件        2525  2002-03-14 09:54  SecChat\SecretKeyEdit.h
     文件        1222  2002-02-27 21:54  SecChat\ServiceSocket.h
     文件        6057  2002-03-16 15:58  SecChat\PrivateManager.cpp
     文件        1371  2002-03-20 00:35  SecChat\SecretChat.h
     文件        1539  2002-03-11 12:54  SecChat\PublicKeyManager.h
     文件        1137  2002-03-23 11:49  SecChat\ColorEdit.cpp
     文件        2644  2001-06-02 00:14  SecChat\Label.h
     文件        1414  2002-03-01 17:09  SecChat\ColorComboBox.h
     文件        3331  2002-03-26 22:20  SecChat\__DWORD128.cpp
     文件        8890  2002-03-15 23:20  SecChat\Setup.cpp
     文件        1210  2002-03-21 00:52  SecChat\ClientSocket.h
     文件        1069  2002-03-26 16:42  SecChat\Temp.txt
............此处省略39个文件信息

评论

共有 条评论