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

搜索资源列表

  1. DESdemo

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

    • 发布日期:2008-10-13
    • 文件大小:50223
    • 提供者:
  1. S_DES加密解密程序

    2下载:
  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 the arbitrary 8BIT unsigned int
  3. 所属分类:加密解密

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

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

    • 发布日期:2017-03-29
    • 文件大小:3981
    • 提供者:钟洪盛
  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 VC 6.0 environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-17
    • 文件大小:27140879
    • 提供者:王希
  1. sha

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

    • 发布日期:2017-03-31
    • 文件大小:2008
    • 提供者:
  1. BlockCiyptTestApp

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

    • 发布日期:2017-03-28
    • 文件大小:193004
    • 提供者: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. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3450
    • 提供者:HH
  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 Develop

    • 发布日期:2017-04-13
    • 文件大小:1594
    • 提供者:kgd815
  1. desUser

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

    • 发布日期:2014-11-01
    • 文件大小:321536
    • 提供者:ljc
  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 encryption code and encryption exampl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:18180
    • 提供者:赵水
  1. CBCDES

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

    • 发布日期:2017-12-04
    • 文件大小:2093
    • 提供者:Abdullah Ali
  1. CBCDESonImage

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

    • 发布日期:2017-12-08
    • 文件大小:2274
    • 提供者:Abdullah Ali
  1. DES2

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

    • 发布日期:2017-05-07
    • 文件大小:1447681
    • 提供者:张春辉
  1. DES_C

    0下载:
  2. DES算法 DES的CBC工作模式-DES Alogrithm CBC_Mode
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:5660413
    • 提供者:徐峰
  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:833536
    • 提供者:杨成伟
  1. dsa

    0下载:
  2. encrypt output if PEM format with DES in cbc mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:8209
    • 提供者:bqjxvang
  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. uninitialized_copy_n

    0下载:
  2. encrypt output if PEM format with DES in cbc mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4321
    • 提供者:yfvulb
  1. encrypt

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

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

    0下载:
  2. ECB模式,CBC模式DES加解密。 1.CBC模式与一般的不一样,当密文的数据发生错误时,解密后错误字节块和后续所有块的所有字节都是错误的。而一般模式只会影响当前块和后续块的相应字节。 2.可以加密任意长度的数据文件,最后的块数据不足8bytes,不是简单的补0。补0的缺陷是当明文块尾数据为0时,在解密时就不知如何处理了。 3.编译命令: 1. 编译测试程序 make test. 2. 编译动态库 make libdes.so 3. 编译静态库 make
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6601
    • 提供者:晨夕
« 1 2 3 45 »
搜珍网 www.dssz.com