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

搜索资源列表

  1. Implementation-and-Analysis-of-AES

    0下载:
  2. 很详细的AES算法的实现与分析的文档,对AES算法学习很有帮助-Very detailed analysis of the AES algorithm implementation and documentation of the AES algorithm very helpful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:170780
    • 提供者:张梦
  1. AES

    0下载:
  2. 本程序用C++简单地实现了AES算法,可以实现128bits的字符串加密、解密,密码为128bits,具有很好的扩展性,可很容易地扩展为文件加密。-The program in C++ simply implements the AES algorithm, the string can 128bits encryption, decryption, password is 128bits, has good scalability can be easily extended to file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3249459
    • 提供者:张梦
  1. AES

    0下载:
  2. 用AES算法加密,使文件不容易被破解,是用纯C编写的-Encrypted with the AES algorithm, so that the file is not easy to break, is written in pure C
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1210099
    • 提供者:姚海龙
  1. base-on-FPGA-AES-addkey-design

    0下载:
  2. 介绍了用FPGA实现AES算法所用的开发工具,开发语言和所选用的芯片,及AES算法的硬件实现方式。着重阐述了AES算法FPGA实现的总体设计框图,并副有部分源代码- introduce design tool,language and core of AES which base on FPGA,and AES hardware design.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:2184096
    • 提供者:邱绿
  1. AES

    0下载:
  2. AES算法的加密过程,适合初学者使用,编译通过,非常完整-aes dejia mi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:137021
    • 提供者:海海
  1. AES

    0下载:
  2. AES算法设计,大学做的密码学课程设计,包含课程设计报告,-AES algorithm design, University of cryptography course design, including curriculum design report,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5863530
    • 提供者:乌铮
  1. FPGA--AES-algorithm

    0下载:
  2. 本文介绍了AES 数据加密结构, 以及相关的有限域的知识及简单运算, 提出了一种用FPGA 高速实现AES 算法的方案, 该方 案设计的加密模块支持AES 标准的三种密钥长度: 128,192,256, 支持ECB, CBC, CTR 三种工作模式, 即支持feedback 和non- feedback 两种模式, 最后给出了本设计的性能指标-This article describes the AES data encryption structure, as well as the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:240731
    • 提供者:李仁杰
  1. AES

    0下载:
  2. 利用C语言中的MFC工具实现AES算法对文件的加解密。-MFC tools using C language in the AES algorithm for file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:48939
    • 提供者:王娟
  1. AES

    0下载:
  2. AES算法原理及其实现-AES algorithm and its implementation
  3. 所属分类:Crypt_Decrypt algrithms

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

    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. AES

    0下载:
  2. AES算法加密解密,只实现了单行密文加密,注释还蛮清楚的,Java实现,包含界面,简单的Java SE应用。-Encryption and Decryption through AES algorithm using Java.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:19616
    • 提供者:houlin
  1. aes.tar

    1下载:
  2. c语言的编写的aes算法加密的源码,在linux下编译通过并可以正常运行,可以直接应用于数据加密中。-aes algorithm encryption source code, c language under linux compiled by normal operation, can be directly applied to the data encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:18432
    • 提供者:liuzhuo
  1. AES

    0下载:
  2. AES算法的实现源代码。只支持128bitAES加密-AES Algorithm
  3. 所属分类:MiddleWare

    • 发布日期:2017-12-04
    • 文件大小:20669
    • 提供者:vyao
  1. verilog-for-AES-algorithm

    0下载:
  2. 介绍了verilog HDL语言对AES算法进行数据加解密。-Introduced the verilog HDL language to AES algorithm for data encryption and decryption.
  3. 所属分类:assembly language

    • 发布日期:2017-11-03
    • 文件大小:77328
    • 提供者:xiaochen
  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. 一个用JAVA实现的AES算法示例,采用ECB模式,128位密钥-AES algorithm is an example of a JAVA ECB mode, a 128-bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:761
    • 提供者:ludygg
  1. aes

    0下载:
  2. AES算法的实现,C语言编程完成加密和解密的过程,明文与密钥长度均为128位。-Realization of the AES algorithm, C language programming to complete the encryption and decryption process, the plaintext and the key length is 128.
  3. 所属分类:CA program

    • 发布日期:2017-12-01
    • 文件大小:3822
    • 提供者:张培凤
  1. AES

    0下载:
  2. 这是一个有关密码学的实验,实现了AES算法,用C+程序实现。-This is a cryptography experiments AES algorithm, written in C+ program.
  3. 所属分类:CSharp

    • 发布日期:2017-12-04
    • 文件大小:3286023
    • 提供者:limin
  1. AES

    0下载:
  2. AES算法包含c++版和C版的,运行成功的,有详细的说明。-AES algorithm contains c++ version and the version of the C run successfully, is described in detail.
  3. 所属分类:CA program

    • 发布日期:2017-11-23
    • 文件大小:11461493
    • 提供者:liulanlan
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com