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

搜索资源列表

  1. des

    0下载:
  2. 经典DES算法,C++实现。单密钥体制,包括加密和解密过程-Classic DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:183010
    • 提供者:秦璞
  1. S-DES

    0下载:
  2. 1996年, E.Schaefer 提出了一个简化的DES加密算法, 即S-DES加密算法。S-DES是一个对称分组加密的简化模型,目的不在于应用,它非常具体地说明了分组密码中如何实施扩散和扰乱, 揭示了设计分组密码算法的基本模式和框架,在密码学习中有着重要的意义。编写一个软件能够实现S-DES分组加解密-In 1996, E. Schaefer proposed a simplified DES encryption algorithm, namely, S-DES encryption al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1487
    • 提供者:atlantis
  1. DES

    0下载:
  2. 这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数 的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密, 用DES::decrypt(key,data,sizeof(data)/8)来进行解密。 如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和 DES::ydecrypt()来进行加解密。 这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块 的
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:4269
    • 提供者:spencer
  1. DES

    0下载:
  2. 利用DES实现加密解密。基于VC++环境。多多指教。-。-can operate file types : TXT, DOC, JAVA, but Word document contains photographs have no problem running example is the use of the catalog under the 111.doc documents, after running automatically generate documentation and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:989613
    • 提供者:hz
  1. des_java

    2下载:
  2. 一个DES的加密解密算法完整实现 包括S盒等重要实现,另外此程序还实现了文件数据流的加密解密 DESAlgorithm.java DesHelper.java DESStream.java // des算法初始置换表ip public static final int[] IP = { 58, 50, 42, 34, 26, 18, 10, 2, 60, 52, 44, 36, 28, 20, 12, 4, 62, 54, 46, 38, 30, 22, 14,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:11640
    • 提供者:不死鸟
  1. DesEncryption

    0下载:
  2. Des Encryption for text files and files.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:86864
    • 提供者:tidem
  1. DES

    0下载:
  2. 3DES的加密和解密算法.可是轻松实现对DES和3DES的加解密-des,3des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:7255
    • 提供者:锅小
  1. DES

    0下载:
  2. java 实现des加密算法的源代码 其中注意这里只有代码,可实现加密-des encryption algorithm java implementation source code in which attention is here only a code encryption can be realized
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:3485
    • 提供者:林子
  1. DESyuan

    0下载:
  2. des数据加密算法,其中的功能比较全,可以实现相关数据的加解密工作,适合初学者-des data encryption algorithms, all of which feature comparison can be achieved with data encryption and decryption work, suitable for beginners to see if
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:600763
    • 提供者:林子
  1. DES

    0下载:
  2. DES加密解密源代码(完整程序),绝对可以用.-DES encryption and decryption source code (full program) can surely be.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3649836
    • 提供者:xie
  1. code412

    0下载:
  2. DES加密算法,开发环境是VISUAL BASIC-DES
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:78412
    • 提供者:ch
  1. DES

    0下载:
  2. Data encryption Standard algorithm for secured Message
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:54218
    • 提供者:sri
  1. DES

    0下载:
  2. DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环。 -DES uses a 56-bit key and an additional 8-bit parity bit, resulting in the larg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2050628
    • 提供者:ala
  1. RSADESmfc

    0下载:
  2. rsa算法,des算法mfc实现 VC++6.0-RSA DES Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:154124
    • 提供者:笨笨海
  1. DES

    0下载:
  2. 在银行金融界及非金融界,越来越多地用到了DES 算法, DES 全称为Data Encryption Standard即数据加密算法,它是IBM公司于1975年研究成功并公开发表的-des
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:7606
    • 提供者:wei
  1. DESEncrypt

    0下载:
  2. DES加密、解密代码,很好用的加密、解密代码-DESEncrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:204274
    • 提供者:ulv
  1. DES

    0下载:
  2. des for delphi的算法源码,加载以后加到工程里边就能用-des for delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:3800
    • 提供者:pan
  1. des

    1下载:
  2. des 源代码 非常详细 有文档说明 有des算法说明 可以编译 可以执行-des
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-04-12
    • 文件大小:898991
    • 提供者:cloudyzhou
  1. DES123

    0下载:
  2. DES的硬件实现,可以扩展为3DES,附加一个很到的实验报告,源码简单。-DES hardware implementation, can be extended to 3DES, attach a report to the experiment, a simple source code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:120662
    • 提供者:lixia
  1. des

    0下载:
  2. DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:12715
    • 提供者:cakir
« 1 2 ... 39 40 41 42 43 4445 46 47 48 49 50 »
搜珍网 www.dssz.com