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

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

于 2020-06-27 发布 文件大小:896KB
0 212
下载积分: 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 个回复

  • duobiaotidai
    一个周期3的多表代替密码,第1个表由密钥字法产生(密钥字自拟),第2个表由洗牌法产生(注意,字母a~z与数字0~25一一对应),第三个表由公式法产生(数学公式自拟,注意它须是Z26上的一个一一变换)(a cycle of three multi-table instead of passwords, a table by key word method, (key word from the intended), Table No. 2 produced by shuffling method (note, a letter with a number of z ~ 0 ~ 25 he gathers), 3rd tables generated by the formula (from the proposed mathematical formula, it should pay attention to the Z26 is a transformation on January 1))
    2006-10-10 17:33:56下载
    积分:1
  • BM
    说明:  密码学BM算法的C++实现。可计算100阶m序列的生成多项式(Cryptography BM algorithm in C++. Computable 100 m sequence generator polynomial order)
    2013-11-27 17:01:49下载
    积分:1
  • exponentiation-algorithm
    快速取模指数算法,C++编写,下载即可编译运行,RSA算法里面需要用到的(Take the fast modular exponentiation algorithm, C++ to prepare, you can compile and run the download, the RSA algorithm which need)
    2012-04-26 10:00:30下载
    积分:1
  • VB_CalculateMD5_UseWinAPI
    VB6.0调用Windows系统的API计算MD5码。这个代码跟网上流行的代码相比,具有代码简洁,维护方便,运行效率高等优点。运行速度比用纯VB6实现的快得多。(VB6.0- Call Windows system API calculate MD5 code. This code is compared with the popular online code, with code simple, easy maintenance, high efficiency. Runs faster than pure VB6 realize faster.)
    2013-10-09 18:01:23下载
    积分:1
  • ResOrg_src
    AES128bit加密算法。在PDF文档中有详细算法描述(AES128bit encryption algorithm. PDF documents are detailed in the algorithm description)
    2011-09-06 13:01:42下载
    积分:1
  • Main
    二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。(Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the second is ignored.)
    2010-10-25 00:06:53下载
    积分:1
  • ImageCryption
    图像加密算法,很不错的东东。包含图像基本的加密算法(image cryption)
    2012-01-04 10:14:29下载
    积分:1
  • sha256
    SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
    2021-04-27 09:28:44下载
    积分:1
  • 1111867176399d9765chaios
    加密程序,很好用。亲自验证,完全正确。希望下载。(we can add and unadd a picture correctly.welcom to download.)
    2012-05-17 12:06:01下载
    积分:1
  • Packers-prepare-yourself-of-VC
    自己动手写加壳程序,按照文档一步一步来,做你自己的加壳程序!(Packers to write himself, according to the document step by step, do your own packers!)
    2013-11-18 20:15:44下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载