• 大小: 123KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: VC++  

资源简介

VC++ 信息加密聊天源代码本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能

资源截图

代码片段和文件信息

// AboutDlg.cpp: implementation of the CAboutDlg class.
// download by http://www.codefans.net
//////////////////////////////////////////////////////////////////////

#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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .CA....      1864  2009-07-12 16:57  SecChat\codefans.net\SecChat\AboutDlg.cpp

    .CA....      1068  2002-03-26 23:16  SecChat\codefans.net\SecChat\AboutDlg.h

    .CA....     19354  2009-07-12 16:57  SecChat\codefans.net\SecChat\BtnST.cpp

    .CA....      6139  1999-03-27 18:29  SecChat\codefans.net\SecChat\BtnST.h

    .CA....      2809  2009-07-12 16:58  SecChat\codefans.net\SecChat\ClientSocket.cpp

    .CA....      1210  2002-03-21 00:52  SecChat\codefans.net\SecChat\ClientSocket.h

    .CA....      2709  2009-07-12 16:58  SecChat\codefans.net\SecChat\ColorComboBox.cpp

    .CA....      1414  2002-03-01 17:09  SecChat\codefans.net\SecChat\ColorComboBox.h

    .CA....      1137  2002-03-23 11:49  SecChat\codefans.net\SecChat\ColorEdit.cpp

    .CA....      1317  2002-03-12 15:04  SecChat\codefans.net\SecChat\ColorEdit.h

    .CA....      1416  2002-03-16 14:06  SecChat\codefans.net\SecChat\Connect.cpp

    .CA....      1253  2002-03-15 01:22  SecChat\codefans.net\SecChat\Connect.h

    .CA....      3682  2002-03-16 00:07  SecChat\codefans.net\SecChat\General.cpp

    .CA....      1555  2002-03-11 22:08  SecChat\codefans.net\SecChat\General.h

    .CA....      9129  2009-07-12 16:57  SecChat\codefans.net\SecChat\Hyperlink.cpp

    .CA....      2807  1997-11-22 16:42  SecChat\codefans.net\SecChat\Hyperlink.h

    .CA....     22193  2009-07-12 16:58  SecChat\codefans.net\SecChat\Label.cpp

    .CA....      2644  2001-06-02 00:14  SecChat\codefans.net\SecChat\Label.h

    .CA....      1399  2002-03-21 00:39  SecChat\codefans.net\SecChat\ListenSocket.cpp

    .CA....      1276  2002-03-17 16:32  SecChat\codefans.net\SecChat\ListenSocket.h

    .CA....      6093  2009-07-12 16:58  SecChat\codefans.net\SecChat\PrivateManager.cpp

    .CA....      1552  2002-03-09 23:42  SecChat\codefans.net\SecChat\PrivateManager.h

    .CA....      4981  2009-07-12 16:57  SecChat\codefans.net\SecChat\PublicKeyManager.cpp

    .CA....      1539  2002-03-11 12:54  SecChat\codefans.net\SecChat\PublicKeyManager.h

    .CA....      1951  2002-03-30 19:48  SecChat\codefans.net\SecChat\ReadMe.txt

    .CA....      2238  2002-02-06 13:04  SecChat\codefans.net\SecChat\res\connect.ico

    .CA....      2238  2002-02-06 13:04  SecChat\codefans.net\SecChat\res\disconnection.ico

    .CA....      2238  2002-02-06 13:17  SecChat\codefans.net\SecChat\res\encrypt .ico

    .CA....      2238  2002-02-06 01:25  SecChat\codefans.net\SecChat\res\exit.ico

    .CA....       326  2002-02-07 11:47  SecChat\codefans.net\SecChat\res\hand.cur

............此处省略46个文件信息

评论

共有 条评论