CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - S-AES

搜索资源列表

  1. aes128

    0下载:
  2. AES实现的效率如面积、吞吐量和功耗等,主要是由列混合变换和S 盒的实现决定的。S 盒单元的实现成为设 计的重点,它的硬件实现在很大程度上决定着整个芯片的面积大小。 -AES to achieve efficiency, such as area, throughput and power consumption, mainly by the S box column mixing transformation and the realization of decision. S box
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:3053926
    • 提供者:dd
  1. AES

    0下载:
  2. 由美国国家标准技术研究所(NIST)于1997年开始启动并征集算法,在2000年确定采用Rijndael 作为其最终算法,对数据安全性有要求的可以采用,比DES安全-By the U.S. National Institute of Standards and Technology (NIST) started in 1997, and solicited their algorithm, in 2000, to determine the final adoption of Rijndael
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:6721
    • 提供者:苏苏
  1. ElAES

    0下载:
  2. Advanced Encryption Standard (AES) is an encryption standard adopted by the U.S. government.
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:7638
    • 提供者:bur
  1. AES

    0下载:
  2. 本文是AES算法的一种C++实现,AES的很多实现方法中,这一种不一定是最好的。-This is the AES algorithm is a C++ implementation, AES' s a lot of realization, this one kind is not necessarily the best.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:13014
    • 提供者:钟佳荣
  1. aes

    0下载:
  2. 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。-Cryptography Advanced
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2057
    • 提供者:李新
  1. AES

    0下载:
  2. 用C++实现新一代美国国家安全加密标准的AES算法-Using C++, a new generation of U.S. national security of the AES encryption standard algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:185193
    • 提供者:jade
  1. sbox

    0下载:
  2. verilog code for s-box generation for AES algorith
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:1472
    • 提供者:clock
  1. AES

    0下载:
  2. 本书是当前世界上介绍AES最全面的书了,详细的介绍了AES的数学基础,原理算法的构造,以及密码的相关知识,并且有C语言实现代码,是学习AES难得的一本好书. -This book is currently the world s most comprehensive book introduces AES, and a detailed descr iption of the mathematical basis of AES, algorithm construction principles
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5200472
    • 提供者:uiao86
  1. aes

    0下载:
  2. 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。 本代码提供了aes的c++实现。-Advanced Encryption Standard in the Cryptography (Advanced Encryption Standard, AES), also known as Rijndael encryption method.U.S. Federal Government
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3746
    • 提供者:陈军
  1. AES

    0下载:
  2. AES加解密的实现,非常有用,有助于密码学的学习-AES encryption ,it s very useful,I think you will like it,and then you will be much better.wh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1642
    • 提供者:焦鹏举
  1. AES-test

    0下载:
  2. AES对128bit数据的加密算法实现。s_box.txt中保存的是s盒和密钥-AES 128bit data encryption algorithm. s_box.txt saved s box and key
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4153
    • 提供者:YY
  1. AES-encryption-algorithm-c

    0下载:
  2. AES是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。用C语言实现了该程序,让人看了一目了然。-AES is a block encryption standard adopted by the U.S. federal government. This standard is used to replace the original DES has been multi-analysis and is widely used around
  3. 所属分类:assembly language

    • 发布日期:2017-11-02
    • 文件大小:60684
    • 提供者:刘平
  1. Aes

    0下载:
  2. 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Deciphering the CBC operating mode AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1172322
    • 提供者:fang
  1. AES

    0下载:
  2. 对称加密算法AES的C++实现,经过测试,好使。-To achieve the AES' s C++ of symmetric encryption algorithm has been tested, so that.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-11
    • 文件大小:5785
    • 提供者:李国进
  1. AES-Sbox-and-MATLAB

    0下载:
  2. AES加密算法中的S盒及其MATLAB实现,并附有关键代码-Construct the matlab code AES algorithm s box
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:245120
    • 提供者:陈泽培
  1. AES-Sbox-process

    0下载:
  2. ase算法s盒的进一步探讨,并且对该s盒进行改进-improve the s-box ability
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:532153
    • 提供者:陈泽培
  1. AES-Rijndael

    0下载:
  2. Rijndael (pronounced Reindaal) AES算法,由Joan Daemen and Vincent Rijmen设计。-//Rijndael (pronounced Reindaal) is a block cipher, designed by Joan Daemen and Vincent Rijmen as a candidate algorithm for the AES. //The cipher has a variable block length an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:23042
    • 提供者:doofu
  1. aes-armv4

    0下载:
  2. Code uses single 1K S-box and is >2 times faster than code generated by gcc-3.4.1.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:7959
    • 提供者:cuewirer
  1. AES---part-1-5

    0下载:
  2. In the initialization step the S-boxes (S_BOX and INV_S_BOX) and the polynomial matrices (POLY_MAT and INV_POLY_MAT) are created and an example cipher key is expanded into the round key schedule (W).aes part1-5-In the initialization step the S-boxes
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:2179
    • 提供者:Mahmoudi
  1. AES---part-4-5

    0下载:
  2. In the initialization step the S-boxes (S_BOX and INV_S_BOX) and the polynomial matrices (POLY_MAT and INV_POLY_MAT) are created and an example cipher key is expanded into the round key schedule (W).aes part4-5-In the initialization step the S-boxes
  3. 所属分类:IT Hero

    • 发布日期:2017-04-14
    • 文件大小:2651
    • 提供者:Mahmoudi
« 1 23 4 5 »
搜珍网 www.dssz.com