搜索资源列表

  1. CBC-AES

    1下载:
  2. aes cbc mode source code
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45342
    • 提供者:milaner
  1. AES算法C源码

    0下载:
  2. AES算法C源码-AES C source
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:
  1. aes-1.0.6.tar

    0下载:
  2. aesutil是一个小型的库和命令行程序,可以使用Rijndael算法在CBC模式下加密和解密数据-aesutil is a small library and command line procedures, Rijndael algorithm can be used in CBC mode encryption and decryption of data
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:33792
    • 提供者:于杳
  1. kenel_crypto

    0下载:
  2. 内核加解密算法 加解密函数库及其使用说明,详见附件。 find_cipher_by_name中参数ciphername可取的值为下面的组合,对应不同的模式: (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,twofish)-ecb (des,des_ede3,aes,blowfish,cast5,dfc,idea,mars,rc5,rc6,serpent,tw
  3. 所属分类:系统编程

    • 发布日期:2024-05-09
    • 文件大小:139264
    • 提供者:xf
  1. des&aes

    0下载:
  2. aes加密与des加密(包括三重des加密与cbc工作模式)-aes encryption and des encryption (including triple-des encryption and cbc mode)
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:187392
    • 提供者:刘华
  1. AesEncryption

    0下载:
  2. 这是一个aes的加密算法,可以进行一般的文本加密,还可以用于图象加密,是一个很多人用的算法.-Orangk'aes This is an encryption algorithm that can be a general text encryption can also be used for image encryption, is a lot of people using the algorithm.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:方泽栋
  1. aes

    0下载:
  2. C语言环境下的AES加密算法,支持128位的AES加密。-C language environment AES encryption algorithm, support 128-bit AES encryption.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:46080
    • 提供者:于磊
  1. AES

    0下载:
  2. 一个AES加密算法C源代码, 明文分组长度为192 状态列数为6。-An AES encryption algorithm C source code, expressly division status bar length is 192 for 6.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:张为
  1. aes_core.tar

    0下载:
  2. AES的Verilog实现,用于加密的算法硬件实现!-AES realize the Verilog for hardware implementation of encryption algorithms!
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-09
    • 文件大小:69632
    • 提供者:刘志刚
  1. CBC-AES

    0下载:
  2. aes cbc mode source code
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:3490816
    • 提供者:
  1. aes

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

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:jame
  1. aes

    0下载:
  2. AES加解密算法的C语言实现,可用于嵌入式,PC机程序-source code for AES, c language
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:brian
  1. AES

    1下载:
  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. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:498688
    • 提供者:lishen
  1. aes

    0下载:
  2. AES标准加密解密算法,写的相当好。Main函数里面有详细的调用,可以参考。其实很简单的,呵呵。-AES standard encryption and decryption algorithms, written in a very good job. Main function call there are detailed reference. In fact, very simple, huh, huh.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:朱克
  1. AES_CBC_App

    1下载:
  2. Program that implements AES CBC encryption and decryption using OpenSSL library
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:477184
    • 提供者:nykeru
  1. aes

    0下载:
  2. Aes256 encryption, cbc mode,using IV and a 256 bit key
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:cris
  1. aes

    0下载:
  2. aes加密算法,c语言编写,ECB的加密方式-aes encryption algorithm, c language, ECB mode encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:58368
    • 提供者:apple
  1. AES

    0下载:
  2. AES算法的C语言版本,支持ECB和CBC模式,速度和体积都经过本人精心优化,适合于C51、ARM和PC,内有Keil、ADS和VC6 三个工程和测试代码,并附有算法原理和演示动画资料。-The C language version of the AES algorithm supports ECB and CBC mode, speed and code size after I carefully optimized for the
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:560128
    • 提供者:lbf
  1. nx-aes-cbc

    0下载:
  2. AES CBC routines supporting the Power 7+ Nest Accelerators driver.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:vzfeinong
  1. CBC_AES_NoPadding_PKCS5Padding

    0下载:
  2. MFC工程,实现AES CBC 128bit NoPading和PKCS5Pading的功能(MFC AES CBC 128bit NoPading project implementation, and the function of PKCS5Pading)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:28672
    • 提供者:牛牛2050
« 12 3 4 »

源码中国 www.ymcn.org