CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - 模式

搜索资源列表

  1. Sor3.zip

    0下载:
  2. 转载:TripleDes算法实现提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。有任何问题可以发mail给我。我的mail是:name_caesar@msn.com
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:1746342
    • 提供者:
  1. 3des源代码

    1下载:
  2. 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryptio
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14763
    • 提供者:杨巍
  1. RC5-CTS

    1下载:
  2. RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10983
    • 提供者:郭佳
  1. TestEnDeYC

    0下载:
  2. 一个aes的加密解密的简单的演示工程,现在还只能在debug模式下运行,release模式正在调试。-an encryption and decryption of the simple demonstration project is still only in debug mode, and release mode debugging.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:525857
    • 提供者:serenade
  1. CFBlxp

    1下载:
  2. 加密作业,des分组模式中的CFB模式,根据《密码编码学和网络安全》一书-encryption operations, a mode des CFB mode, "Cryptography learn and network security," a book
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:31121
    • 提供者:朱酷磊
  1. DES_Test

    0下载:
  2. des 加密解密算法,两种模式 用VC++实现-des encryption and decryption algorithms, the two models with VC
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30419
    • 提供者:赵卫星
  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. 3DESjiamichengxu

    0下载:
  2. 这是一个三重des的加密程序,可以加密一般的文本文件和图象文件,其中还有四种模式的加密程序,可以再vc下实现 -This is a triple des encryption procedures, encryption general text files and image files, Among them were four model encryption procedures can be achieved under vc
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1233
    • 提供者:方泽栋
  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. LZ77conbined_with_KMP_algorithm

    0下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:18671
    • 提供者:张华
  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. aes_modes_source

    1下载:
  2. 加密认证联合模式的源代码,加密认证的加密算法均采用AES加密。包含了EAX GCM CCM三种联合加密认证的算法资源文件。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:52106
    • 提供者:八戒
  1. aes_modes_vs2005

    3下载:
  2. 加密认证联合模式的VS2005工程文件,加密认证的加密算法均采用AES加密。包含了EAX GCM CCM三种联合加密认证的算法工程文件,在VS2005中直接编译生成gentest可执行文件用于测试三种模式。
  3. 所属分类:加密解密

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

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

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

    1下载:
  2. 程序是在vc++平台上实现的des算法,能对任何大小的文件进行加密。加密的模式是CFB。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:109478
    • 提供者:方慧
  1. VC知识库文章 - C-S模式考试程序制作详解

    0下载:
  2. VC知识库文章 - C-S模式考试程序制作详解-VC-C-S model produced Elaborates on examination procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:104232
    • 提供者:陈鹏涛
  1. descbc工程

    0下载:
  2. des算法cbc模式。比较详细简单。有注释。(CBC mode of Des algorithm. Detailed, simple and annotated.)
  3. 所属分类:加密解密

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:车银儿
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com