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

搜索资源列表

  1. AESASES

    0下载:
  2. 实现AES算法 实现AES算法 -achieve AES algorithm AES algorithm is AES AES algorithm is AES algorithm AES
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:2240
    • 提供者:
  1. aes

    1下载:
  2. 用C语言实现的aes加解密算法。分组长度设定为128,密钥长度为128.-Using C language to achieve aes encryption algorithm. Packet length is set to 128, key length to 128.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5634
    • 提供者:jame
  1. aes

    0下载:
  2. 描述aes算法的视频,非常经典,能够迅速帮助你了解aes算法的实现过程!-Aes algorithm described in the video, very classic, can quickly help you understand the process of aes algorithm!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:57406
    • 提供者:苏琦
  1. aes-dephi

    0下载:
  2. AES算法用delphi实现的,非常简练不错,大家可以参考下!-AES algorithm with delphi realize, very concise and well, everyone can refer to the next!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:228313
    • 提供者:苏琦
  1. AES-128Bit-C51

    1下载:
  2. AES算法,在51单片机中用c语言实现,大家可以参考下!-AES algorithm, used in 51 Singlechip c language, everyone can refer to the next!
  3. 所属分类:加密解密

    • 发布日期:2013-06-06
    • 文件大小:10013
    • 提供者:苏琦
  1. AES

    0下载:
  2. AES核心加密算法,采用对称分组密码体制,密钥长度的最少支持为128、192、256,分组长度128位-THE AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:7996
    • 提供者:方丈
  1. AES

    0下载:
  2. AES算法的实现,这个要用20个字来描述还真不容易 -AES algorithm, used to achieve JANA
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 本程序是AES算法的实现,包括加密与解密,分组长度128bit,密钥长度为128bit、192bit或256bit-This procedure is the AES algorithm, including the encryption and decryption, packet length of 128bit, key length of 128bit, 192bit or 256bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:498702
    • 提供者:lishen
  1. AES

    1下载:
  2. AES算法的verilog代码,即AES算法IP核-ip core for AES
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. ECLIPSE 3.3工程. AES算法的应用.-ECLIPSE 3.3 works. AES algorithm applications.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:15205
    • 提供者:lin
  1. aes

    0下载:
  2. 自己实现的AES算法实现,如果用到的可以拿来参考一下啊-aes Advanced Encryption Standard
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:46434
    • 提供者:刘耀荣
  1. AES

    0下载:
  2. VC 6.0编译环境下做的AES算法加密解密。-AES VC6.0
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. 用JAVA 写的AES算法加密-java aes
  3. 所属分类:JavaScript

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

    0下载:
  2. AES算法完整的使用C语言实现,经过测试,可以运行。 可支持的明文分组长128/192/256比特。可支持的主密钥长128/192/256比特。对不同的密钥长度,AES算法相应的轮数分别是10/12/14轮。-AES algorithm using the C language to implement a complete, tested, you can run. To support the explicit sub-head of the 128/192/256 bit. Maste
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:2762
    • 提供者:曹云青
  1. AES

    0下载:
  2. AES算法的实现过程,实现了AES的加密和解密过程
  3. 所属分类:Applet

    • 发布日期:2017-04-16
    • 文件大小:39473
    • 提供者:jim
  1. AES

    0下载:
  2. AES加密算法演示程序,此算法为标准的AES算法,你可以根据的 //的自己需要进行变形
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:227447
    • 提供者:chengx
  1. aes

    0下载:
  2. AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:286415
    • 提供者:fff
  1. AES-implementation-based-on-FPGA

    0下载:
  2. 一种基于FPGA的AES加解密算法设计与实现,对于对AES算法效率的研究有参考作用-FPGA-based AES encryption and decryption algorithm design and implementation of the AES algorithm for the efficiency of a reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:356639
    • 提供者:menshuang
  1. AES

    1下载:
  2. 用AES算法实现BMP图像加密,只能加密BMP的文件,速度很快-BMP images with the AES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2715835
    • 提供者:黄粟
  1. AES-algorithm-for-designer

    0下载:
  2. AES算法 ,从设计到编程完全有学生来完成,很适合课程设计者使用-AES algorithm, programming from design to complete a student to complete, it is used for course designers
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:280057
    • 提供者:邢建宇
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com