文件名称:wugacsp
- 所属分类:
- 加密解密
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 229kb
- 下载次数:
- 0次
- 提 供 者:
- key***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
非对称密钥的生成导入导出演示程序
这两个工程主要用CSP主要分两个工程
1.CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成 导入 导出
加密 解密 对称的加密解密 签名 验证
2.CSTTEST2 写的比前个好些 但是平时上班 下班自己也要写论文 所以花的时间也不太多 很多地方都偷懒了
比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入
还有就是会话密钥的操作。-Asymmetric key generation process both import and export demonstration projects in two major projects with major CSP 1.CSPTEST disorder is mainly written in comparison to a reference when a friend called to complete the formation of non-symmetric key import and export of encryption and decryption symmetric encryption signature verification 2.CSTTEST2 was better than previous work, but usually work themselves to write papers and so I spent too much time not many places have been lazy such as file size and I did not use the NEW 1024 specified the need friends can make changes to it. The project is primarily non-symmetric key export and import operations there is a session key.
这两个工程主要用CSP主要分两个工程
1.CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成 导入 导出
加密 解密 对称的加密解密 签名 验证
2.CSTTEST2 写的比前个好些 但是平时上班 下班自己也要写论文 所以花的时间也不太多 很多地方都偷懒了
比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入
还有就是会话密钥的操作。-Asymmetric key generation process both import and export demonstration projects in two major projects with major CSP 1.CSPTEST disorder is mainly written in comparison to a reference when a friend called to complete the formation of non-symmetric key import and export of encryption and decryption symmetric encryption signature verification 2.CSTTEST2 was better than previous work, but usually work themselves to write papers and so I spent too much time not many places have been lazy such as file size and I did not use the NEW 1024 specified the need friends can make changes to it. The project is primarily non-symmetric key export and import operations there is a session key.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CSPTEST2\Csp.cpp
........\Csp.h
........\CSPTEST2.APS
........\CSPTEST2.clw
........\CSPTEST2.cpp
........\CSPTEST2.dsp
........\CSPTEST2.dsw
........\CSPTEST2.h
........\CSPTEST2.ncb
........\CSPTEST2.opt
........\CSPTEST2.plg
........\CSPTEST2.rc
........\CSPTEST2Dlg.cpp
........\CSPTEST2Dlg.h
........\ReadMe.txt
........\res\CSPTEST2.ico
........\...\CSPTEST2.rc2
........\Resource.h
........\StdAfx.cpp
........\StdAfx.h
........\wincrypt.h
........\会话加密原文.txt
........\会话密钥数据文件.txt
........\会话数据加密密文.txt
........\会话解密后数据.txt
........\加密公钥文件.txt
........\加密私钥文件.txt
........\签名公钥文件.txt
........\签名私钥文件.txt
写读这个下下吧.txt
CSPtest\CSPtest.aps
.......\CSPtest.clw
.......\CSPtest.cpp
.......\CSPtest.dsp
.......\CSPtest.dsw
.......\CSPtest.h
.......\CSPtest.rc
.......\CSPtestDoc.cpp
.......\CSPtestDoc.h
.......\CSPtestView.cpp
.......\CSPtestView.h
.......\GenRsaKey.cpp
.......\GenRsaKey.h
.......\KeyOperation.cpp
.......\KeyOperation.h
.......\MainFrm.cpp
.......\MainFrm.h
.......\ReadMe.txt
.......\res\CSPtest.ico
.......\...\CSPtest.rc2
.......\...\CSPtestDoc.ico
.......\...\Toolbar.bmp
.......\Resource.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\wincrypt.h
.......\对称加密后.txt
.......\对称待加密文件.txt
.......\签名原文.txt
.......\签名后数据.txt
.......\非对称加密后文件.txt
.......\非对称待加密文件.txt
...TEST2\res
...test\res
CSPTEST2
CSPtest
........\Csp.h
........\CSPTEST2.APS
........\CSPTEST2.clw
........\CSPTEST2.cpp
........\CSPTEST2.dsp
........\CSPTEST2.dsw
........\CSPTEST2.h
........\CSPTEST2.ncb
........\CSPTEST2.opt
........\CSPTEST2.plg
........\CSPTEST2.rc
........\CSPTEST2Dlg.cpp
........\CSPTEST2Dlg.h
........\ReadMe.txt
........\res\CSPTEST2.ico
........\...\CSPTEST2.rc2
........\Resource.h
........\StdAfx.cpp
........\StdAfx.h
........\wincrypt.h
........\会话加密原文.txt
........\会话密钥数据文件.txt
........\会话数据加密密文.txt
........\会话解密后数据.txt
........\加密公钥文件.txt
........\加密私钥文件.txt
........\签名公钥文件.txt
........\签名私钥文件.txt
写读这个下下吧.txt
CSPtest\CSPtest.aps
.......\CSPtest.clw
.......\CSPtest.cpp
.......\CSPtest.dsp
.......\CSPtest.dsw
.......\CSPtest.h
.......\CSPtest.rc
.......\CSPtestDoc.cpp
.......\CSPtestDoc.h
.......\CSPtestView.cpp
.......\CSPtestView.h
.......\GenRsaKey.cpp
.......\GenRsaKey.h
.......\KeyOperation.cpp
.......\KeyOperation.h
.......\MainFrm.cpp
.......\MainFrm.h
.......\ReadMe.txt
.......\res\CSPtest.ico
.......\...\CSPtest.rc2
.......\...\CSPtestDoc.ico
.......\...\Toolbar.bmp
.......\Resource.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\wincrypt.h
.......\对称加密后.txt
.......\对称待加密文件.txt
.......\签名原文.txt
.......\签名后数据.txt
.......\非对称加密后文件.txt
.......\非对称待加密文件.txt
...TEST2\res
...test\res
CSPTEST2
CSPtest