登录
首页 » Visual C++ » AES

AES

于 2020-07-04 发布 文件大小:2265KB
0 90
下载积分: 1 下载次数: 8

代码说明:

  用C/C++实现加解密算法及其应用:AES 和基于AES 的CMAC(Encryption and decryption algorithm and its application with C/C++: AES and CMAC based on AES)

文件列表:

AES\AES\AES.cpp
AES\AES\AES.dsp
AES\AES\AES.dsw
AES\AES\AES.h
AES\AES\AES.ncb
AES\AES\AES.opt
AES\AES\AES.plg
AES\AES\AES.vcxproj
AES\AES\AES.vcxproj.filters
AES\AES\Debug\AES.log
AES\AES\Debug\AES.obj
AES\AES\Debug\AES.pdb
AES\AES\Debug\AES.tlog\AES.lastbuildstate
AES\AES\Debug\AES.tlog\CL.read.1.tlog
AES\AES\Debug\AES.tlog\CL.write.1.tlog
AES\AES\Debug\AES.tlog\link.read.1.tlog
AES\AES\Debug\AES.tlog\link.write.1.tlog
AES\AES\Debug\main.pdb
AES\AES\Debug\vc120.idb
AES\AES\Debug\vc120.pdb
AES\AES\Debug\vc60.idb
AES\AES\Debug\vc60.pdb
AES\AES\main.cpp
AES\AES\main.dsp
AES\AES\main.dsw
AES\AES\main.ncb
AES\AES\main.opt
AES\AES\main.plg
AES\AES.sdf
AES\AES.sln
AES\AES.v12.suo
AES\CMAC\AES.cpp
AES\CMAC\AES.h
AES\CMAC\CMAC.vcxproj
AES\CMAC\CMAC.vcxproj.filters
AES\CMAC\Debug\AES.obj
AES\CMAC\Debug\CMAC.log
AES\CMAC\Debug\CMAC.tlog\CL.read.1.tlog
AES\CMAC\Debug\CMAC.tlog\CL.write.1.tlog
AES\CMAC\Debug\CMAC.tlog\CMAC.lastbuildstate
AES\CMAC\Debug\CMAC.tlog\link.read.1.tlog
AES\CMAC\Debug\CMAC.tlog\link.write.1.tlog
AES\CMAC\Debug\main.obj
AES\CMAC\Debug\vc120.idb
AES\CMAC\Debug\vc120.pdb
AES\CMAC\main.cpp
AES\Debug\AES.exe
AES\Debug\AES.ilk
AES\Debug\AES.pdb
AES\Debug\CMAC.exe
AES\Debug\CMAC.ilk
AES\Debug\CMAC.pdb
AES\AES\Debug\AES.tlog
AES\CMAC\Debug\CMAC.tlog
AES\AES\Debug
AES\CMAC\Debug
AES\AES
AES\CMAC
AES\Debug
AES

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

发表评论

0 个回复

  • ecc
    实现了ECC算法的加密解密,主要是对字符串的加解密。(Realize the ECC algorithm encrypt, decrypt, is mainly to the string encryption.)
    2021-04-18 20:28:51下载
    积分:1
  • Cryptography-and-Network-Security
    用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。(With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.)
    2013-11-01 15:00:05下载
    积分:1
  • 39.3
    说明:  编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为: (Programming, the input line character output in an encrypted form, and then decrypted, the decrypted text sequence of characters compared with the input, output to decrypt the body of the agreement, otherwise the decryption failed. Encryption, ascii code of each character in turn repeatedly with &quot 4962873&quot in the figures, and 32 (' ' )~ 122 (' z' ) as a model between the operations. Decryption and encryption in reverse order. For example, enter the text &quot the result of 3 and 2 is not 8&quot results:)
    2011-04-05 08:43:48下载
    积分:1
  • ECC_Paper
    关于ECC椭圆曲线加密算法在软件注册中的应用(The ECC Paper about software Registration)
    2013-09-18 23:47:01下载
    积分:1
  • MakeSerialNum
    主要是对注册机的简单的开发以及应用,包括注册机的如何操作。(Mainly on the development of RI and simple applications, including RI' s how.)
    2011-06-08 11:17:35下载
    积分:1
  • sanpack_rsa_vs2003sln_src
    分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应用程序进行改进,对关键算法进行尽可能的优化,最终得到一个在windows运行的可以用指定密钥对任意文件进行RSA加密并可解密的完整应用程序,和一些相关的可移植组件。 (RSA algorithm analysis application, appraisal document RSA encryption algorithm application of the feasibility and significance. Practical design of a complete set of documents RSA encryption solution to achieve specific coding. RSA algorithm to study conventional RSA algorithm, using C to achieve RSA encryption algorithm library. and 32% Packaging windows platform components. In. Net platform invocation components can be achieved for arbitrary document RSA encryption operation Window applications. After an encrypted file and key documents are text documents. Class is the key category map, the entire application document describes the structure, the key modules flowchart, more detailed interface documentation, All source code. Application procedures for conducting tests on the test results)
    2006-09-25 23:19:04下载
    积分:1
  • MIRACL
    支持椭圆曲线运算的大数运算库和源程序,头文件和静态库可以使用。(Support for elliptic curve operations of large numbers arithmetic library and source code, header files and static libraries can be used.)
    2020-07-03 22:00:01下载
    积分:1
  • LSB
    基于LSB的信息隐藏技术——MFC——编译已经通过运行正常(LSB-based Information Hiding- MFC- has been compiled by running the normal)
    2021-04-26 20:18:45下载
    积分:1
  • RSA
    自己写的一份RSA算法。可正常执行。控制台程序。(Write your own copy of the RSA algorithm. Can be performed normally. Console program.)
    2013-10-21 00:34:18下载
    积分:1
  • sm-
    国密算法sm实现 sm2数字签名 密钥交换,sm3,sm4,已实现、求sm2第四部分公钥加密c实现源码。。。江湖救急。。。(sm2,sm3,sm4。。。)
    2013-03-13 22:41:56下载
    积分:1
  • 696524资源总数
  • 103930会员总数
  • 47今日下载