登录
首页 » Visual C++ » wugacsp 非对称密钥的生成、导入、导出、加密、解密

wugacsp 非对称密钥的生成、导入、导出、加密、解密

于 2020-06-27 发布 文件大小:896KB
0 215
下载积分: 1 下载次数: 48

代码说明:

  这两个工程主要用CSP 1、CSPTEST 写的比较乱 主要是给当时一个朋友做参考调用的 完成非对称密钥的生成、导入、导出、加密、解密、对称的加密解密、签名、验证。 2、CSTTEST2 写的比前个好些,但是平时上班,下班自己也要写论文,所以花的时间也不太多,很多地方都偷懒了。比如文件大小我没有用NEW 而且指定了1024 有需要的朋友可以自己修改。这个工程主要是非对称的密钥的导出和导入,还有就是会话密钥的操作。(these two works mainly with a CSP. CSPTEST comparison was made mainly to the chaos when a friend called to refer to the completion of the non-symmetric key generation, importing and exporting, encryption, decryption, symmetric encryption and decryption, signature, the certification. 2, CSTTEST2 write better than in the previous months, but usually go to work and finish their own toilet paper so I spent the time is not too much, all of the lazy. For instance, file size I have not used the NEW 1024 and designated a need to amend their friends. The project mainly non-symmetric keys to the Export and Import, there is the session key operation.)

文件列表:

CSP
...\CSPtest
...\.......\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.rc2


...\.......\Resource.h
...\.......\StdAfx.cpp
...\.......\StdAfx.h
...\.......\wincrypt.h
...\.......\对称加密后.txt
...\.......\对称待加密文件.txt
...\.......\签名原文.txt
...\.......\签名后数据.txt
...\.......\非对称加密后文件.txt
...\.......\非对称待加密文件.txt
...\CSPTEST2
...\........\Csp.cpp
...\........\Csp.h
...\........\CSPTEST2.cpp
...\........\CSPTEST2.dsp
...\........\CSPTEST2.dsw
...\........\CSPTEST2.h
...\........\CSPTEST2.rc
...\........\CSPTEST2Dlg.cpp
...\........\CSPTEST2Dlg.h
...\........\ReadMe.txt
...\........\res

...\........\...\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.ncb
.......\CSPtest.opt
.......\CSPtest.plg
.......\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.rc2


.......\Resource.h
.......\StdAfx.cpp
.......\StdAfx.h
.......\wincrypt.h
.......\对称加密后.txt
.......\对称待加密文件.txt
.......\签名原文.txt
.......\签名后数据.txt
.......\非对称加密后文件.txt
.......\非对称待加密文件.txt
CSPTEST2
........\Csp.cpp
........\Csp.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ElGamalPSignature
    vc++写的ElGamal加密系统,能够对简单的数字进行加密。(The ElGamal encryption systems, vc++ write simple digital encryption.)
    2013-04-04 20:29:48下载
    积分:1
  • jaimi
    信息安全的RSA与DES加解密算法的实现,用的是Visual C++MFC(Information Security RSA encryption and decryption with the DES algorithm, using the Visual C++ MFC)
    2008-05-31 09:20:08下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • RSA
    计算机专业毕业设计--RSA加密算法的实现与设计(Graduate design computer RSA encryption algorithm and design)
    2008-05-04 17:36:43下载
    积分:1
  • cryptLib
    100 多个加密和解密可以用到的库, 本人悉心收藏的精品(100 can be used to encrypt and decrypt the library, my collection of boutique carefully)
    2010-08-15 17:35:42下载
    积分:1
  • jiamijiemi
    说明:  vb 加密解密程序 动态加密使用非常方便...(vb encryption and decryption process is very convenient to use dynamic encryption ...)
    2009-08-03 23:06:04下载
    积分:1
  • TCR116133h
    该文件能用Visual C++6.0打开编译实现加密解密功能,并能通过少量的修改改(修改处程序源码中已标明)镶嵌到其他的程序源码中实现加密解密功能。 可直接使用。 (The file can use Visual C++6.0 to open compiled encryption and decryption functions through a few modifications reform (modify at program source code has been marked) inlaid into the other program source code to achieve encryption and decryption functions. Can be used directly.)
    2012-09-15 18:09:59下载
    积分:1
  • Rijndael_ECB
    AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习(AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from)
    2013-12-01 14:14:35下载
    积分:1
  • ibe_set
    椭圆曲线加密算法,设置服务器一步的源代码(elliptic curve encryption algorithm, the step to set up the server source code)
    2007-03-20 19:05:01下载
    积分:1
  • EDstar
    一个袖珍的vc++加密软件,同时还可以解密,加密文件的范围挺大的,几乎所有文件都可以加密,输入密码并解密,好像不是真正意义的加密,只不过是用文件额外加密的方法进行加密,较早时候的程序,不过编译还是顺利的。 (A pocket-sized vc++ encryption software, but also can decrypt encrypted files the scope of getting bigger, almost all the files can be encrypted, enter the password and decrypt the encryption does not seem real, but the file is an additional method of encryption to encrypt Earlier procedures, but the compiler is still smooth.)
    2009-12-05 20:34:39下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载