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

搜索资源列表

  1. dess.zip

    0下载:
  2. Fast DES kit - Phil Karn, KA9Q September 2, 1994 This archive includes optimized DES code in portable C, Borland inline assembler for the 386, and GNU 'as' format assembler for the 386. Contents: readme - this file readme.des - details on
  3. 所属分类:加密解密

    • 发布日期:2023-11-09
    • 文件大小:52850
    • 提供者:
  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. des_js

    0下载:
  2. Javascr ipt实现的DES加密算法 function des (key, message, encrypt, mode, iv)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4572
    • 提供者:俞一琪
  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. DESforsmartphone

    1下载:
  2. windows mobile下的DES加密解密源代码。通过本代码可以了解smartphone的编程方式以及DES算法的基本原理。-windows mobile under the DES encryption and decryption code. The passage of the code can understand the programming mode smartphone DES algorithm and the basic principles.
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:137407
    • 提供者:jungho_lee
  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, and RIPEMD-160 message digests:
  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

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

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

    0下载:
  2. AES代码的DES模式,用于加密个人信息-AES code DES mode, is used to encrypt the personal information
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:10542
    • 提供者:杨明
  1. DES

    0下载:
  2. 简单介绍了des算法及其工作模式,对初学des算法者有一定的指导作用-Brief des algorithm and its work mode guidance beginner des algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:202097
    • 提供者:小飞
  1. Des

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密-The entry of the DES algorithm has three parameters: the Key, the Data and Mode.One Key to 8 bytes, a total of 64, is the job of the DES algorit
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:44685
    • 提供者:Bblythe
  1. DES-CBC

    0下载:
  2. des-cbc,webpages,maybe be helpful!-des in cbc mode, maybe be helpful!
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:749863
    • 提供者:ha
  1. DES

    0下载:
  2. des算法核心的标准实现,没有使用加密模式.-des algorithm core standard implementation, no encryption mode.
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:295336
    • 提供者:陈旭源
  1. DES

    0下载:
  2. DES加密解密,使用CBC向量模式的DES加密解密程序-DES encryption and decryption, using the vector mode CBC DES encryption and decryption procedures
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:9417
    • 提供者:赵一
  1. des.tar

    0下载:
  2. ECB模式DES加解密。支持任意bytes的数据加解密,不是简单的补0,因为明文有可能是0。-ECB mode DES encryption and decryption. Supports arbitrary bytes of data encryption and decryption, not simply fill 0, because there may be 0 plaintext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:4946
    • 提供者:晨夕
  1. descbc工程

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

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:车银儿
  1. Chapter6

    0下载:
  2. There are multiple versions of MIPS: including MIPS I, II, III, IV, and V; as well as five releases of MIPS32/64 (for 32- and 64-bit implementations, respectively). As of April 2017, the current version is MIPS32/64 Release 6.[3][4] MIPS32/64 primari
  3. 所属分类:Java编程

    • 发布日期:2018-01-08
    • 文件大小:26624
    • 提供者:Tom1215
  1. CBC_DES

    0下载:
  2. 本程序采用CBC模式DES算法加密,运行CBCdes.exe后,显示提示信息: 加密文件输入1,解密文件输入2,退出输入3。(This program uses CBC mode DES algorithm to encrypt, running CBCdes.exe, display prompt information: Encrypt file input 1, decrypt file input 2, exit input 3.)
  3. 所属分类:加密解密

    • 发布日期:2018-04-30
    • 文件大小:40960
    • 提供者:纵横道
« 1 23 4 »
搜珍网 www.dssz.com