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

搜索资源列表

  1. aes-c

    0下载:
  2. 用c语言来实现128字节的aes加密算法,功能简单易用,对初学者有很大帮助-Use c language to achieve 128 bytes aes encryption algorithm is easy to use, very helpful for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:155416
    • 提供者:ff
  1. Android-AES-Encryption

    0下载:
  2. Algoritma AES For Android
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:962427
    • 提供者:kamal
  1. AES-Simlator

    0下载:
  2. 自己用C语言写的AES加密代码,通过MFC实现-AES Simlator
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11050982
    • 提供者:晖晖不会飞
  1. AES

    0下载:
  2. 此代码主要完成对AES加密算法的实现,使用C++实现,简单易用-This code is mainly to complete the AES encryption algorithm, using C++ achieve, easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:11128
    • 提供者:whj
  1. nx-aes-ecb

    0下载:
  2. AES ECB routines supporting the Power 7+ Nest Accelerators driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1358
    • 提供者:xezaizo
  1. aes

    0下载:
  2. 一个能直接运行的AES加密解密程序,用VC2010开发。-A run of AES encryption to decrypt application directly, use VC2010 development.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:713705
    • 提供者:张正
  1. nx-aes-ctr

    0下载:
  2. AES CTR routines supporting the Power 7+ Nest Accelerators driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1512
    • 提供者:nuebamun
  1. aes

    0下载:
  2. this source code is aes encryption sample code.
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:45729
    • 提供者:reversemate
  1. FPGA-IMPLEMENTATION-OF-AN-AES-PROCESSOR

    0下载:
  2. Advanced Encryption Standard(AES) implementing in a faster and secured way is expected. AES can be implemented in software/hardware. In hardware implementation ASIC solution requires high cost and much design time while FPGA based implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:218267
    • 提供者:arif
  1. nx-aes-xcbc

    0下载:
  2. AES XCBC routines supporting the Power 7+ Nest Accelerators driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3005
    • 提供者:fhyangon
  1. 128-AES

    0下载:
  2. 只支持128位加解密。没有使用占内存很多的查表法。故运算速度会稍慢-AES reality
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3907
    • 提供者:查武
  1. AES-Encrypt

    0下载:
  2. AES加密算法实现AES加密、解密,可以帮助需要程序需要加密的程序员-AES encryption algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:25966
    • 提供者:doudou
  1. aes

    0下载:
  2. contains AES doc with code in Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-03
    • 文件大小:961518
    • 提供者:sravs
  1. AES

    0下载:
  2. C++实现AES的算法,支持128 256,支持自定义密钥,-C++ realize AES algorithm to support 128,256 to support custom keys
  3. 所属分类:assembly language

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

    0下载:
  2. 基于MTK6250平台下的AES加解密算法,改宏定义支持128、192、256位AES加解密。-AES encryption and decryption algorithms based on MTK6250 platform, the changed macro definitions to support 128,192,256 bit AES encryption and decryption.
  3. 所属分类:MTK

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

    0下载:
  2. AES密码,典型的AES密码设计,经验证运行无误-AES code
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:81897
    • 提供者:sunxun
  1. AES-CMAC

    1下载:
  2. (1). 复习AES原理。 (2). 用C/C++编写AES算法并调试通过。 (3). 复习CMAC原理。 (4). 在实现AES基础上,用C/C++编写CMAC算法并调试通过。 (5). 回答下列思考题。  AES解密算法和AES的逆算法之间有什么不同?  CMAC与HMAC相比,有什么优点? -(1). Review AES works. (2) with C/C++ write and debug via the AES algo
  3. 所属分类:Network Security

    • 发布日期:2015-04-20
    • 文件大小:590848
    • 提供者:于木每
  1. AES

    1下载:
  2. 信息与通信安全中的AES加密算法实现,以及基于AES的CMAC(基于分组密码的消息认证)。-Information and communication security AES encryption algorithm, and AES-based CMAC (cipher-based message authentication).
  3. 所属分类:CSharp

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

    0下载:
  2. vb AES 加密解密的小程序~-vb AES encryption and decryption applet ~! ! ! ! ! !
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:24772
    • 提供者:suhanqing
  1. AES

    0下载:
  2. AES加密,解密。基础的源代码 AES加密,解密。基础的源代码-AES encryption and decryption. Based source codeAES encryption and decryption. Based source codeAES encryption and decryption. Based source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:8298
    • 提供者:jack
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com