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

搜索资源列表

  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,twofish)-cbc (des,des_ede3,aes,b
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139861
    • 提供者:xf
  1. Calculate1

    0下载:
  2. 密码学算法的实现,包括得到大随机数,CFB、ECB、lehmann算法的实现。-cryptography algorithm implementation, including access to large random number, CFB, and the ECB, LEHMANN algorithm implementation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2474
    • 提供者:李风
  1. ecb

    0下载:
  2. ecc builder
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:579390
    • 提供者:符弘
  1. des3_ECBandCBC

    1下载:
  2. 这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34960
    • 提供者:宋亚平
  1. DESandCBC

    1下载:
  2. DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:63988
    • 提供者:谢志东
  1. DES_BMP

    0下载:
  2. 利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:301302
    • 提供者:pouch
  1. des

    0下载:
  2. 在vc++上实现的des算法。并且能对任何文件进行加密,加密模式是ECB来加密的。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11442
    • 提供者:方慧
  1. DES-PIC-ECB

    0下载:
  2. DES加密方法加密BMP图像,ECBC方式实现。
  3. 所属分类:加密解密

    • 发布日期:2014-01-17
    • 文件大小:64841
    • 提供者:Rex
  1. modes

    0下载:
  2. 1. 分析ECB模式和CBC模式的加密过程。 2. 用程序设计语言将算法过程编程实现。 3. 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2568
    • 提供者:陈觅尘
  1. DES

    0下载:
  2. des的完整实现,采用ecb模式可直接进行加密和解密的演示
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11977
    • 提供者:qqtt
  1. des

    2下载:
  2. 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式;
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:60361
    • 提供者:huqiuping
  1. des_1

    1下载:
  2. 实现des加密的功能,包括有des的基本代码,以及ecb、cbc两种加密功能!没有界面~
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17431
    • 提供者:李海峰
  1. DESdemo

    0下载:
  2. 自己编写的DES加密/解密完整源程序, Windows界面.是用VC6MFC编写的.包括ECB和CBC两种模式.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:50223
    • 提供者:
  1. TripleDes算法de实现

    1下载:
  2. 之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7549
    • 提供者:无可厚非
  1. 3DES

    0下载:
  2. 3DES对称算法源码,里面有是ecb模式的加密解密算法。-3DES symmetric algorithm source code, ecb mode encryption and decryption algorithms.
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:599640
    • 提供者:韩善亮
  1. DesCrytoXP

    0下载:
  2. DES cbc和ecb模式的实现C++洒地方-int ByteToBit(ElemType ch,ElemType bit[8]) int BitToByte(ElemType bit[8],ElemType*ch) int Char8ToBit64(ElemType ch[8],ElemType bit[64]) int Bit64ToChar8(ElemType bit[64],ElemType ch[8])
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:48636
    • 提供者:chafer2011
  1. cbcecbjiami

    0下载:
  2. 了解密码算法的分组链接模式。 掌握和理解ECB模式、CBC模式的结构和算法原理。 -Understanding of the sub-cipher mode link. Grasp and understanding of ECB mode, CBC mode of the structure and algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1350
    • 提供者:bluerain
  1. BCBandECB

    0下载:
  2. BCB模式与ECB模式的加密模式与解密模式 输入明文:I do like this book 加密算法E:异或⊕,密钥为cryption; 移位,密钥为5 两种填充模式:(1)0 (2)密文挪用 初始化向量IV:goodluck 用两种模式进行加密,输出相应的密文。 -BCB mode and ECB mode encryption and decryption mode input mode explicitly: I do like this book en
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4840
    • 提供者:zouna
  1. des

    0下载:
  2. DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:8586
    • 提供者:chen
  1. ascii

    0下载:
  2. 实现128位的AES加密解密功能,可以是任意长度的字符,在ECB模式下处理的-Achieve 128-bit AES encryption and decryption functions can be any length of characters processed in ECB mode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4461
    • 提供者:wangying
« 1 23 4 5 6 »
搜珍网 www.dssz.com