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

搜索资源列表

  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. 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. 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_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. 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. 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. 图像加密 五种加密方式 ECB CBC CFB CTR OFB-Image Encryption five encryption ECB CBC CFB CTR OFB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:6485
    • 提供者:NiaLee
  1. des

    1下载:
  2. DES/3DES 算法实现,支持ECB CBC OFB等模式-DES/3DES algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:8195
    • 提供者:哦大家
  1. crypt.java

    0下载:
  2. 加密解密文件,支持AES128/AES256/ECB/CBC等-encrypt/decrypt file
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1308
    • 提供者:tony
  1. NBTool

    1下载:
  2. AES的解密工具,支持ECB、CBC、OFB、等等模式。密钥长度不固定。来自Openssl的aes算法。绝对正确。-AES decryption tool that supports ECB, CBC, OFB, etc. mode. Key length is not fixed. Aes Openssl algorithm. Absolutely right.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2832140
    • 提供者:ziolo
  1. ECB-CBC-CFB-OFB

    0下载:
  2. Aes算法的基本原理以及五种工作模式的基本构造与原理-The basic principle of Aes algorithm and the basic structure and principle of the five working modes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:351057
    • 提供者:陈建军
  1. aes_des

    0下载:
  2. AES DES 算法 实现 xcbc cmac ecb cbc ofb cfb pcbc ctr -AES, DES algorithm XCBC cmac ECB CBC ofb CFB PCBC CTR
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-01
    • 文件大小:70222
    • 提供者:suse
  1. encrypt

    0下载:
  2. 支持des 3des aes加密 ecb cbc ofb等多种加密模式-des 3des aes /ecb cbc ofb
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:75264
    • 提供者:林白
  1. securty

    0下载:
  2. Use either C++ or C# to encrypt and visualize an Image using ECB , CBC , CFB , OFB and CTR DES modes. -Use either C++ or C# to encrypt and visualize an Image using ECB , CBC , CFB , OFB and CTR DES modes.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:86002
    • 提供者:programmer
  1. AES

    0下载:
  2. 使用ECB,CBC,CFB,OFB,CTR五种模式进行AES加密解密-AES mode ECB,CBC,CFB,OFB,CTR
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-05
    • 文件大小:4364
    • 提供者:li
  1. DES

    0下载:
  2. 该DES加密器实现了一重DES的五种加密模式,即ECB、CBC、CFB、OFB、CRT。 为了减小文件长度,已删除了Debug目录,解压缩后可以自行编译生成。(The DES encrypt implements five encryption modes of a heavy DES, namely, ECB, CBC, CFB, OFB, and CRT. In order to reduce the length of the file, the Debug dir
  3. 所属分类:加密解密

    • 发布日期:2018-01-06
    • 文件大小:57344
    • 提供者:曦凡
  1. DES_AES_For_ASP_VBScript

    0下载:
  2. asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:21504
    • 提供者:第期
« 1 23 »
搜珍网 www.dssz.com