CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - md5 文件

搜索资源列表

  1. easelib

    0下载:
  2. 这是本人在Linux下开发经常使用的一组C++工具类,包括了Socket类、TCP服务类、UDP服务类、Mysql数据库操作类、日志类、配置文件解析类、日期时间操作类、MD5和Base64加解密类、线程和线程池类、XML文件解析类等-this is my development in Linux are frequently used by a group C Tools categories, including the Socket class. TCP services category,
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:68.06kb
    • 提供者:刘忠
  1. multiget-1.1.3.tar

    0下载:
  2. linux 下的 flashget。MultiGet是一个非常容易使用的图形界面多线程下载工具,它支持基本的 http/ftp协议,支持断点续传,动态语言转换,下载速度限制,自动/手动MD5校验,任务日志,文件分类管理,支持所有类型的SOCKS代理和 FTP、HTTP代理,可以动态增加/减少线程数量。它需要wxGTK开发包-flashget under linux. MultiGet is a very easy-to-use graphical interface multithreaded
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:779.73kb
    • 提供者:秦湘
  1. md

    0下载:
  2. 用c实现了对文件的md5计算,得出32位的编码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.25kb
    • 提供者:lijiteng
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:20.99kb
    • 提供者:Sunny kim
  1. Md5Code

    0下载:
  2. MD5c++代码,对文件进行校验生成MD5码,可防止文件被改动-MD5C++Code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:13.6kb
    • 提供者:longguizhong
  1. md5

    0下载:
  2. 源码用C写的里面有对字符串作md5变换的接口也有对文件进行md5变换的接口-code is written by c, this program offers md5 algorithm interface both for string and file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:12.81kb
    • 提供者:chensong
  1. hdb-0.1

    0下载:
  2. 这是纯PHP编写的 HashTreeDB 类似 dbm 的数据库引擎. --------------------------------------------------- 1. hdb.class.php - 核心类 2. test_gen.php - 测试脚本, 生成全部 5位数字对应的 md5 值组成的数据库 00000 ~ 99999 (10万条记录) 生成文件 5MB 3. test_query.php - 测试查询 4. test_dra
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:7.92kb
    • 提供者:CISSE_GAO
  1. encryption

    0下载:
  2. 这是用Qt编写的一个加密软件,密码使用md5算法计算后保存。它可以对任何类型的单一文件进行加密,在linux中输入make就可以编译了.-This is written with Qt an encryption software, password using md5 algorithm and save. It can be any type of single-file encryption, in linux, type make to build the game.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:76.26kb
    • 提供者:王杰
  1. md5-linux

    0下载:
  2. linux下md5算法, 完整的实现都呈现出来了,头文件和c文件都有-Under linux md5 algorithm, the full realization of all rendered out, the header files and c files have
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3.45kb
    • 提供者:mvmvmvmv
  1. checkfilemd5.tar

    0下载:
  2. 自己写的基于Qt4的GUI文件md5检测小工具,自己没事写着玩的,技术水平不高,高手就不要下载了。。基于GPL v2发布-Md5 files based on Qt4 GUI for detection of small tools, they play the right words, technological level, master, do not download. .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:25.77kb
    • 提供者:张远浩
  1. MD52

    0下载:
  2. md5加密算法源文件,包含.h和.cpp文件,c++实现-md5 encryption, c++ realization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.2kb
    • 提供者:张扬
  1. md5

    0下载:
  2. md5加密算法Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and RSA Data Security Inc. April 1992)。(md5R.Rivest,MIT Laboratory for Computer Science and RSA Data Secu
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-29
    • 文件大小:3kb
    • 提供者:丨起丨风
搜珍网 www.dssz.com