登录
首页 » Visual C++ » AES_CMAC

AES_CMAC

于 2021-03-11 发布 文件大小:45KB
0 210
下载积分: 1 下载次数: 97

代码说明:

  通过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 )

文件列表:

AES_CMAC
........\AES_CMAC.c,3004,2013-06-19
........\AES_CMAC.dsp,4369,2013-06-19
........\AES_CMAC.dsw,541,2013-06-19
........\AES_CMAC.h,8827,2013-06-19
........\AES_CMAC.ncb,33792,2013-06-19
........\AES_CMAC.opt,48640,2013-06-19
........\AES_CMAC.plg,898,2013-06-19
........\Debug
........\.....\AES_CMAC.exe,196701,2013-06-19

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

发表评论

0 个回复

  • sha-256
    sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,(sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.)
    2021-04-28 16:08:43下载
    积分:1
  • des-daima
    DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。虽然56位密钥的DES算法已经风光不在,而且常有用Des加密的明文被破译的报道,但是了解一下昔日美国的标准加密算法总是有益的,而且目前DES算法得到了广泛的应用,在某些场合,她仍然发挥着余热.(如:UNIX的密码算法就是以DES算法为基础的)。将其修改为三重DES也能抵抗破解。下面是关于如何实现DES算法的语言性描述:(DES ( Data Encryption Standard ) algorithm, in 1977 the U.S. government s official permission , is a 56 -bit key to encrypt 64 data . 56 keys of the DES algorithm scenery is not , and often with Des encryption expressly decipher reported , but look at the old standard encryption algorithm is always useful , but the DES algorithm has been widely used in a some occasions , she still plays a waste heat . (such as : UNIX password algorithm is DES algorithm -based ) . To modify the Triple DES is also resistant to cracking . The following is a description language on how to achieve the DES algorithm : )
    2012-04-28 10:01:59下载
    积分:1
  • setpassfolder
    加密文件夹,十分好用 使用visual basic环境编程(lock file)
    2013-12-01 17:45:52下载
    积分:1
  • DES-avalanche
    DES加密的雪崩效应分析,按照作业要求做的。(DES encryption of the avalanche effect analysis, done in accordance with operational requirements.)
    2021-04-12 14:08:57下载
    积分:1
  • rsa
    整体思路 用createkey.java 文件来产生秘钥,用jiami.java 文件来实 现加密,用jiemi.java 文件来实现解密,用BigInteger.java 来实现 大数的表示及运算,用rsa.java 来实现前端图形界面显示。有关函 数见五个文件里的具体实现。 (The overall outlook createkey.java document used to generate secret keys, used to achieve jiami.java file encryption, used to achieve jiemi.java documents declassified by BigInteger.java to achieve expression of large numbers and calculations, using rsa.java to achieve front-end graphical interface display. Related functions, see the five concrete realization of the document.)
    2008-01-17 03:50:25下载
    积分:1
  • AES
    AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。(AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific implementation method.)
    2010-09-18 10:14:37下载
    积分:1
  • DES-PIC-CBC
    DES加密方法加密BMP图像,CBC方式实现。(DES encryption methods encryption BMP image, CBC way.)
    2020-10-09 20:47:34下载
    积分:1
  • sanpack_rsa_vs2003sln
    看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。(see RSA encryption C downloaded to many people, I have downloaded and slightly altered a bit it looks more comprehensible. New Year threw in a written document RSA encryption, win32dll Compliant with the use of this category, C# to write document encryption and interface, can achieve key to the preservation of any documents and the RSA encryption operation. Give you wish you a happy New Year.)
    2006-09-25 23:18:10下载
    积分:1
  • sdgzhidian
    很好的字典生成器,输入关键字,实现排列组合,破解密码的利器(Good dictionary builder, enter a keyword permutations and combinations to achieve, to crack the code of the weapon)
    2013-12-28 14:11:01下载
    积分:1
  • 01-authentication-dan-digital-signature-dengan-me
    01 authentication dan digital signature dengan metode schnorr
    2012-03-15 22:06:42下载
    积分:1
  • 696524资源总数
  • 103791会员总数
  • 67今日下载