搜索资源列表

  1. CBC_cry

    0下载:
  2. des cbc加密的一个演示C++。net编的,数据加密课的作业程序 -des cbc encryption C of a demonstration. Net series, data encryption class operating procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:54379
    • 提供者:刘欣松
  1. dpkTobpk

    0下载:
  2. DELPHI控件工程文件*.dpk转换为CBC可编译的文件*.bpk小工具。简单快捷,试试把-DELPHI control engineering documents *. dpk CBC can be converted to a translation of documents *. Bpk coolie with. A simple and quick, try put
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:67409
    • 提供者:zzg
  1. MySQLDACFull

    0下载:
  2. Mysql控件安装程序(CBC),帮你快捷访问MYSQL.-Mysql control setup program (CBC), help you quickly visit MYSQL.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:1038769
    • 提供者:zzg
  1. des&aes

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

    • 发布日期:2008-10-13
    • 文件大小:187768
    • 提供者:刘华
  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. 300_encrypt

    0下载:
  2. 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:389062
    • 提供者:Nikii
  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. 3DES_Encryption

    0下载:
  2. 3DES算法是增强型的DES算法,使用128位密钥长度, CBC模式使用反馈机制的分组密码使用模式.-3DES algorithm is enhanced by DES algorithm, the use of 128-bit key length, CBC mode of use of a feedback mechanism password usage patterns.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:63105
    • 提供者:liudongxiao
  1. rc5-72cbc

    0下载:
  2. rc5-72在cbc模式下的加密和解密程序,可以直接运行得到结果-rc5-72 in cbc mode encryption and decryption procedures, can be directly operating results
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1798
    • 提供者:zhanglili
  1. testTiff

    0下载:
  2. 这是使用CBC读写TIFF图形的程序,包括图形显示-This is the use of reading and writing TIFF graphics CBC procedures, including graphics
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:810148
    • 提供者:hzh272
  1. UART-ADC-CBC

    0下载:
  2. cygnal 的模拟数字信号转换程序,可以从光盘上得到该想信息
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8872
    • 提供者:moyu
  1. edcode

    0下载:
  2. 使用DES+CBC的加密解密程序,实现可以选择4/16迭代的不用加密解密强度
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:27492
    • 提供者:sjxyx
  1. sdestt

    0下载:
  2. S-DES的编程实现 S-DES的加密使用8位明文和10位密钥做为输入,产生8位的密文做为输出。加解密使用相同的密钥。要求:采用CBC模式对文本加解密 1.对话界面:选择加密或解密,输入密钥,在目录中选择明文或密文文件(内容为二进制,.txt文件,),提示加密或解密完成 2.输出:产生密文文本或明文文本 3.提供:说明文档,源码,可执行程序,通过加密实验,给出运行结果. 4.提交分析雪崩效应文档:相同密钥下明文改变任一位时密文的位差异情
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2281
    • 提供者:冯鋆
  1. Entrypt

    0下载:
  2. DES/DES3 with operators of CBC and OFB
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7653
    • 提供者:xiaodingdang
  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下载:
  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. 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. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34207
    • 提供者:于杳
« 1 2 3 4 56 7 8 9 10 ... 13 »

源码中国 www.ymcn.org