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

搜索资源列表

  1. AES--Delphi-SRC

    0下载:
  2. AES in delphi code source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:23658
    • 提供者:arrag
  1. AES-algorithm-matlab

    0下载:
  2. 一本很棒的aes matlab 编程书籍分步的源码简单易懂-The aes matlab programming books for a great step-by-step simple and easy to understand source
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:514980
    • 提供者:teng
  1. AES-IP-core-key-expansion-module

    0下载:
  2. AES IP核密钥扩展模块设计与仿真(设计过程及程序,测试程序)-AES IP core key expansion module design and simulation (the design process and procedures, test procedures)
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:40064
    • 提供者:周涛
  1. AES--IP-core-architecture-design

    0下载:
  2. AES算法分析及其IP核体系结构设计(包括设计过程及代码)-AES algorithm analysis and its IP core architecture design
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:165670
    • 提供者:周涛
  1. AES-IP-core-encryption-module-design

    0下载:
  2. AES IP核加密模块的设计与仿真(包括设计过程及代码)- the AES IP core encryption module design and simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:76491
    • 提供者:周涛
  1. AES-IP-core-control-module-design

    0下载:
  2. AES IP核的控制模块的设计与仿真以及系统集成与仿真-AES IP core design and simulation of the control module and system integration and simulation
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:59412
    • 提供者:周涛
  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

    0下载:
  2. aes算法加密与解密程序,可以从文件读入数据,也可以自己输入数据。-aes algorithm encryption and decryption procedures, can be read from the file into the data, you can also input data.
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:5083
    • 提供者:萝莉
  1. Advanced-Encryption-Standard-(AES)

    0下载:
  2. AES decryption standards, vhdl code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:245177
    • 提供者:Kiril
  1. AES

    0下载:
  2. 加密算法 AES加密算法 很实用的加密算法-Encryption algorithm AES encryption algorithm is very practical encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4086
    • 提供者:张开
  1. AES

    0下载:
  2. encrypt n decrypt text using AES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:406408
    • 提供者:septa via
  1. AES

    0下载:
  2. 密码学中AES编码方式的详细过程的演示视频。-Cryptography, AES encoding process demonstration video.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:57130
    • 提供者:dylan
  1. AES-code-examples

    0下载:
  2. AES代码实例,请好用的,支持文件加密解密-AES code examples, please use the support for file encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:2025288
    • 提供者:赵鹏
  1. fpga-aes

    0下载:
  2. pdf de implementation de aes dand FPGA
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:141631
    • 提供者:arrag
  1. AES

    0下载:
  2. AES加密算法,代码可以在VC6.0中直接运行-AES encryption algorithm, the code can be run directly in VC6.0
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:259786
    • 提供者:hushoufeng
  1. AES-encryption-and-decryption

    0下载:
  2. 用c语言实现AES算法的加密与解密功能,方便大家理解对称密钥和非对称密钥-C language AES algorithm for encryption and decryption functions, to facilitate understanding of the symmetric key and asymmetric key
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:8297
    • 提供者:zhang shuai
  1. AES

    0下载:
  2. AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:18483
    • 提供者:zhangyi
  1. AES-encryption-algorithm-

    0下载:
  2. 本例通过C语言编程来实现AES的加密算法-C programming language to implement the AES encryption algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-05
    • 文件大小:3909
    • 提供者:王威
  1. aes.tar

    0下载:
  2. AES 对称加密(包括加密和解密的过程)-AES symmetrical encryptography
  3. 所属分类:Linux Network

    • 发布日期:2017-12-06
    • 文件大小:963
    • 提供者:hexin
  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 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com