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

搜索资源列表

  1. 200561673082201

    0下载:
  2. DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Defla
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:135.31kb
    • 提供者:water1974
  1. DES

    1下载:
  2. 在vc环境下,用c++实现DES算法的.cpp文件。 里边含有一些可用的头文件以及演示
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11.19kb
    • 提供者:Jimmy
  1. DES

    0下载:
  2. DES密码算法的程序实现,在Dev-Cpp中编译通过,可以实现DES算法的加密解密
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.9kb
    • 提供者:杨挺
  1. DES

    0下载:
  2. 用c++实现des算法 整体思路 用key.cpp 文件来产生秘钥,用ringfuction.cpp文件来实现轮函数,用main.c来实现加密和解密。有关函数见三个文件里的具体实现。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:441.19kb
    • 提供者:dufeilong
  1. des.cpp

    0下载:
  2. 近代分组密码算法(DES)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4.39kb
    • 提供者:zhangshuai
  1. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4.15kb
    • 提供者:Yifan Young
  1. DES

    0下载:
  2. 位输入的DES 加密解密算法实现 单一CPP实现,其中1.txt用于明文输入,key2.txt用于密钥输入,out2.txt为加密后的密文 与解密后的明文输出-Enter the DES encryption and decryption algorithm to achieve a single CPP, which expressly 1.txt for input, key2.txt for key input, out2.txt for encrypted and decrypted
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:9.5kb
    • 提供者:rojeck
  1. Md5Code

    0下载:
  2. MD5校验和计算小程序。C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -MD5 checksum calculation applet. C to prepare and achieve string summary document containing a summary of two function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7.27kb
    • 提供者:yincuiwei
  1. des.cpp

    0下载:
  2. DES Implementation in C/C++ untested
  3. 所属分类:Crypt_Decrypt algrithms

  1. des

    0下载:
  2. des算法+代码 // des.cpp - modified by Wei Dai from: /* * This is a major rewrite of my old public domain DES code written * circa 1987, which in turn borrowed heavily from Jim Gillogly s 1977 * public domain code. I pretty much kept my
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:19.4kb
    • 提供者:模糊
  1. S-DES--CPP

    0下载:
  2. 简单的对称加密算法S-DES C++源码 很不错的-very simple S-DES C++ source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2.38kb
    • 提供者:罗靖
  1. DES---CPP

    0下载:
  2. c++ des加密解密 实现des加密解密的功能-c++ des des encryption decryption encryption and decryption functions to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:18.33kb
    • 提供者:kangletian
  1. des-cPP

    0下载:
  2. des data standard system source code c-des data standard system source code c++
  3. 所属分类:CA program

    • 发布日期:2017-04-02
    • 文件大小:3.25kb
    • 提供者:fikri
  1. DES-CPP

    0下载:
  2. DES加密/解密程序,C++实现,给大家提供参考-DES encryption/decryption process, C++ implementation, to provide reference. . . . . .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:9.19kb
    • 提供者:水魂
  1. DES

    0下载:
  2. 该Word文档共有12页,其中1-3页为des_encode.h文件的源代码, 4-10页为des.cpp文件的源代码,11-12页为DES.java文件的源代码 -The Word document 12 pages, of which 1-3 pages des_encode.h source code file, 4-10 page source code files for the des.cpp 11-12 source code files for the DES.ja
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:11.9kb
    • 提供者:王步
  1. DES-CPP

    0下载:
  2. DES算法的C++实现,源代码,能正确运行-DES algorithm C++ to achieve, the source code to run correctly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:19.15kb
    • 提供者:何东
  1. DES-CPP-source-code

    0下载:
  2. DES算法用C++实现的源代码-The source code to achieve the DES algorithm C++
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:7.67kb
    • 提供者:teng
  1. DES-CPP.rar

    0下载:
  2. DES算法用C++实现的源代码,对开发很有帮助,DES algorithm source code C++ achieve development helpful
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:7.68kb
    • 提供者:JenshyHong
  1. des.cpp

    0下载:
  2. 对于密码学的des算法,可以尝试着使用,对完成你的学习要求有良好的作用 -it s important that can help you make more better homework
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4.13kb
    • 提供者:Hoang
  1. DES

    0下载:
  2. DES、3DES加密解密算法,标准C编程,适合所有平台。测试程序为VS2010。运算Des\Debug\Des.exe文件,代码文件为Des-Code.cpp和Des_head.h(DES, 3DES encryption and decryption algorithm, standard C programming, suitable for all platforms. The test program is VS2010. Operation Des\Debug\Des.exe, the
  3. 所属分类:加密解密

    • 发布日期:2018-04-29
    • 文件大小:865kb
    • 提供者:cpuyph
« 12 3 »
搜珍网 www.dssz.com