========================================================================
MICROSOFT FOUNDATION CLASS LIBRARY : rsadigital
========================================================================
AppWizard has created this rsadigital application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
This file contains a summary of what you will find in each of the files that
make up your rsadigital application.
rsadigital.dsp
This file (the project file) contains information at the project level and
is used to build a single project or subproject. Other users can share the
project (.dsp) file, but they should export the makefiles locally.
rsadigital.h
This is the main header file for the application. It includes other
project specific headers (including Resource.h) and declares the
CRsadigitalApp application class.
rsadigital.cpp
This is the main application source file that contains the application
class CRsadigitalApp.
rsadigital.rc
This is a listing of all of the Microsoft Windows resources that the
program uses. It includes the icons, bitmaps, and cursors that are stored
in the RES subdirectory. This file can be directly edited in Microsoft
Visual C++.
rsadigital.clw
This file contains information used by ClassWizard to edit existing
classes or add new classes. ClassWizard also uses this file to store
information needed to create and edit message maps and dialog data
maps and to create prototype member functions.
res\rsadigital.ico
This is an icon file, which is used as the application's icon. This
icon is included by the main resource file rsadigital.rc.
res\rsadigital.rc2
This file contains resources that are not edited by Microsoft
Visual C++. You should place all resources not editable by
the resource editor in this file.
/////////////////////////////////////////////////////////////////////////////
AppWizard creates one dialog class:
rsadigitalDlg.h, rsadigitalDlg.cpp - the dialog
These files contain your CRsadigitalDlg class. This class defines
the behavior of your application's main dialog. The dialog's
template is in rsadigital.rc, which can be edited in Microsoft
Visual C++.
/////////////////////////////////////////////////////////////////////////////
Other standard files:
StdAfx.h, StdAfx.cpp
These files are used to build a precompiled header (PCH) file
named rsadigital.pch and a precompiled types file named StdAfx.obj.
Resource.h
This is the standard header file, which defines new resource IDs.
Microsoft Visual C++ reads and updates this file.
/////////////////////////////////////////////////////////////////////////////
Other notes:
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.
If your application uses MFC in a shared DLL, and your application is
in a language other than the operating system's current language, you
will need to copy the corresponding localized resources MFC42XXX.DLL
from the Microsoft Visual C++ CD-ROM onto the system or system32 directory,
and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation.
For example, MFC42DEU.DLL contains resources translated to German.) If you
don't do this, some of the UI elements of your application will remain in the
language of the operating system.
/////////////////////////////////////////////////////////////////////////////
没有合适的资源?快使用搜索试试~ 我知道了~
[计算机毕设]基于asp的RSA数字签名系统设计与实现(源代码+项目报告).zip
共33个文件
h:5个
cpp:5个
obj:4个
5星 · 超过95%的资源 13 下载量 34 浏览量
2023-05-11
00:10:47
上传
评论 5
收藏 2.39MB ZIP 举报
温馨提示
随着计算机网络和信息技术的发展,信息安全在各领域发挥着越来越重要的作用,其中密码学已成为信息安全技术的核心,本文主要介绍了信息加密技术的应用。 RSA算法是目前公认的在理论和实际应用中最为成熟和完善的一种公钥密码体制,它是第一个既能用于数据加密也能用于数字签名的算法,是公钥密码体制的代表。数字签名是起到身份认证、核准数据完整性的一种信息安全技术。它通过认证技术来辨认真伪。RSA数字签名体制使用的是RSA公开密钥密码算法进行数字签名。 本文主要研究的内容包括:第一,对RSA算法进行了全面系统的介绍,包括RSA算法的应用现状和原理—大素数的产生、密钥对的产生、对明文的加密运算和密文的解密运算,为具体实现打下了理论基础;第二,介绍了RSA数字签名的一些基本概念和数字签名的理论实现过程;第三,对MD5算法基本原理的介绍;第四,详述了RSA数字签名的设计与实现,主要实现的模块包括RSA密钥的产生(一对公钥和私钥),RSA加密算法和解密算法的实现,消息摘要MD的生成以及利用RSA算法实现数字签名和签名的验证;第五,对该系统进行了整体的测试和分析改进;第六,分析了RSA数字签名的安全性,指出了RS
资源推荐
资源详情
资源评论
收起资源包目录
[计算机毕设]基于asp的RSA数字签名系统设计与实现(源代码+项目报告).zip (33个子文件)
基于RSA的数字签名的设计与实现项目报告.doc 184KB
RSA数字签名源代码
rsadigital.dsp 4KB
ZMD5.cpp 7KB
rsa.cpp 2B
rsadigitalDlg.cpp 10KB
rsadigital.cpp 2KB
rsadigital.opt 48KB
rsadigital.clw 2KB
rsadigital.plg 1KB
res
rsadigital.rc2 402B
rsadigital.ico 1KB
rsadigital.ncb 185KB
Resource.h 1KB
rsadigital.aps 21KB
ReadMe.txt 4KB
rsadigitalDlg.h 2KB
StdAfx.cpp 212B
rsadigital.rc 6KB
rsadigital.dsw 545B
rsadigital.h 1KB
Debug
rsadigital.res 3KB
vc60.pdb 444KB
StdAfx.obj 103KB
rsadigital.obj 14KB
rsadigitalDlg.obj 53KB
rsadigital.ilk 247KB
ZMD5.obj 29KB
rsadigital.pdb 385KB
rsadigital.exe 120KB
rsadigital.pch 5.24MB
vc60.idb 257KB
StdAfx.h 1KB
ZMD5.h 1KB
共 33 条
- 1
资源评论
- 小明斗2023-07-25这个文件提供了一个基于asp的RSA数字签名系统的完整设计与实现,对于毕业设计或学术研究有很大的参考价值。
- 我要WhatYouNeed2023-07-25作者在文件中给出了清晰的思路和步骤,使得即使是初学者也能够快速上手并进行二次开发。
- 萌新小白爱学习2023-07-25总体而言,这个文件是一个很实用的资源,为人们学习和研究RSA数字签名系统提供了很大的帮助。
- 曹多鱼2023-07-25文件中包含了详细的源代码和项目报告,能够帮助读者深入理解RSA数字签名系统的实现原理和关键技术。
- 白绍伟2023-07-25该文件所使用的语言通俗易懂,没有过多的专业术语,非常适合初学者或者非计算机专业背景的读者。
快乐无限出发
- 粉丝: 1202
- 资源: 7394
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功