• 大小: 1.82MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: C/C++
  • 标签: 数字签名  

资源简介

rsa数字签名c++图形化界面的实现方式,帮助密码学方面的同学用

资源截图

代码片段和文件信息

// rsa.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “rsa.h“
#include “rsaDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRsaApp

BEGIN_MESSAGE_MAP(CRsaApp CWinApp)
//{{AFX_MSG_MAP(CRsaApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CRsaApp construction

CRsaApp::CRsaApp()
{
// TODO: add construction code here
// Place all significant in

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

     文件     110653  2011-04-28 21:46  RSA数字签名\Debug\rsa.exe

     文件     249552  2011-04-28 21:46  RSA数字签名\Debug\rsa.ilk

     文件      14663  2011-04-28 21:29  RSA数字签名\Debug\rsa.obj

     文件    5494912  2011-04-28 20:39  RSA数字签名\Debug\rsa.pch

     文件     386048  2011-04-28 21:46  RSA数字签名\Debug\rsa.pdb

     文件       3164  2011-04-28 21:46  RSA数字签名\Debug\rsa.res

     文件      37755  2011-04-28 21:32  RSA数字签名\Debug\rsaDlg.obj

     文件      25600  2002-12-24 11:50  RSA数字签名\Debug\rsaDlg.pdb

     文件     105401  2011-04-28 20:39  RSA数字签名\Debug\StdAfx.obj

     文件     205824  2011-04-28 21:46  RSA数字签名\Debug\vc60.idb

     文件     372736  2011-04-28 21:32  RSA数字签名\Debug\vc60.pdb

     文件       3525  2002-12-24 10:13  RSA数字签名\ReadMe.txt

     文件       1078  2002-12-24 10:13  RSA数字签名\res\rsa.ico

     文件        395  2002-12-24 10:13  RSA数字签名\res\rsa.rc2

     文件       1417  2011-04-28 21:22  RSA数字签名\resource.h

     文件      36692  2011-04-28 21:46  RSA数字签名\rsa.aps

     文件       1770  2011-04-28 21:46  RSA数字签名\rsa.clw

     文件       2021  2002-12-24 10:13  RSA数字签名\rsa.cpp

     文件       4105  2002-12-24 10:13  RSA数字签名\rsa.dsp

     文件        531  2002-12-24 10:13  RSA数字签名\rsa.dsw

     文件       1291  2002-12-24 10:13  RSA数字签名\rsa.h

     文件      66560  2011-04-28 21:46  RSA数字签名\rsa.ncb

     文件      53760  2011-04-28 21:46  RSA数字签名\rsa.opt

     文件        661  2011-04-28 21:46  RSA数字签名\rsa.plg

     文件       6271  2011-04-28 21:46  RSA数字签名\rsa.rc

     文件       7515  2011-04-28 21:32  RSA数字签名\rsaDlg.cpp

     文件       3401  2002-12-24 11:50  RSA数字签名\rsaDlg.dsp

     文件        537  2002-12-24 11:52  RSA数字签名\rsaDlg.dsw

     文件       1517  2011-04-28 21:27  RSA数字签名\rsaDlg.h

     文件      33792  2002-12-24 11:52  RSA数字签名\rsaDlg.ncb

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

评论

共有 条评论