搜索资源列表

  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. 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. 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. S_DES加密解密程序

    3下载:
  2. 按照分组密码运行的CBC方式,将其中的DES算法置换为S-DES,分组长度为8BIT,初始矢量V1分别设置为00H,FFH,及任意8BIT无符号整数,实现该加密/解密模型-running CBC, which will be the replacement for the DES algorithm S-DES, a length of 8BIT initial vector V1 were set to 00H, FFH, and t
  3. 所属分类:加密解密

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

    0下载:
  2. 字符串的求SHA1的HASH值,加密,SHA1,-String HASH, encryption SHA1
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:
  1. main

    0下载:
  2. DES加密算法 实现了bmp图片加密 采用的是最简单的CBC模式-DES encryption algorithm used in the bmp image encryption CBC mode is the simplest
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:钟洪盛
  1. BlockCiyptTestApp

    0下载:
  2. 关于流密码加密,以及CBC,DES,AES等多种加密算法-On the stream cipher encryption, and the CBC, DES, AES and other encryption algorithm
  3. 所属分类:CA认证

    • 发布日期:2024-05-17
    • 文件大小:192512
    • 提供者:zqfzqf2008
  1. 20110927090408

    0下载:
  2. 基于DES的文件加密程序 采用ECB或CBC工作模式 DES算法核心代码-DES-based file encryption program using ECB or CBC mode of DES algorithm core code
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:HH
  1. encoding-and-decoding

    0下载:
  2. 实现DES加密解密算法,及CBC,CFB,CTR,OFB,RSA加密解密算法,完成对图片的加密解密。使用C++编写的,非常详尽。具体阐述了对图片的DES加密解密算法。-The codes realizes the function of encoding and decoding a picture under CBC,CFB,CTR,OFB,RSA algorithm. It is really worth a trial under
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:27141120
    • 提供者:王希
  1. IS_DDESencrypn

    0下载:
  2. 按照分组密码运行的CBC方式式,将其中的DES算法置换为S -In accordance with the block cipher running in CBC mode, in which the DES algorithm replacement for the S
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:kgd815
  1. myDes

    0下载:
  2. 从欧洲的一个安全组织的开源代码中抽取出来的,实现了DES的ECB模式和CBC模式的加密,vc6的工程,完整的加密代码和加密示例。-Extracted from the open source code of a European security organization, the DES ECB mode and CBC mode encryption, the vc6 project and complete the encrypt
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:18432
    • 提供者:赵水
  1. desUser

    0下载:
  2. DES的CBC(密文分组链接方式)模式加密,采用标准的PCKS7的填充方式-CBC (ciphertext block chaining mode) mode of DES encryption, using the standard PCKS7 fill
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:321536
    • 提供者:ljc
  1. CBCDES

    0下载:
  2. DES implementation on CBC mode
  3. 所属分类:CA认证

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Abdullah Ali
  1. CBCDESonImage

    0下载:
  2. DES implementation on Image in CBC mode
  3. 所属分类:CA认证

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:Abdullah Ali
  1. DES2

    0下载:
  2. 实现传统的基于CBC的DES加解密算法,-CBC' s DES-based encryption algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1447936
    • 提供者:张春辉
« 1 2 3 4 56 »

源码中国 www.ymcn.org