搜索资源列表

  1. MD5

    0下载:
  2. 比较文件的MD5值,计算一串字符的MD5值-Compare files of MD5 values,A string of characters calculated MD5 values
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:15360
    • 提供者:刘超
  1. MD5

    0下载:
  2. c++ md5算法实现类,可以求一段文文的md5值也可以求出文件的md5值。-c++ md5 algorithm implementation class, you can find the value of a Wenwen can find the md5 file md5 value.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:32768
    • 提供者:min
  1. md5_file

    0下载:
  2. 文件夹包含arm-linux md5 摘要文件静态库以及pc-linux md5 摘要文件静态库和windows vc6.0md5 摘要文件静态库。这几个静态库方便实用。只要输入文件路径就可以得到文件的MD5摘要。适合需要传输文件并校验文件的完整性。-Folder contains the arm-linux md5 summary file and static library files pc-linux md5 summary o
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:陈旋
  1. md5

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:lishang
  1. md5

    0下载:
  2. python 计算文件的md5数据。计算文件的md5
  3. 所属分类:网络截获/分析

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:topon
  1. md5

    0下载:
  2. 计算文件的MD5值,用于校验文件的完整性和检查时间戳。-Calculate the MD5 value of the file used to check the integrity of the file and check the time stamp.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:tong
  1. md5

    1下载:
  2. MD5的HASH算法。C++实现。输入为源文件路径。直接输出该文件的MD5值,适用于密码学实验。-The MD5 HASH algorithms. C++ implementation. Enter the path for the source file. Direct output to the file MD5 value for cryptography experiments.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:VongRuohang
  1. MD5

    0下载:
  2. 简单的字符的MD5计算示例或者文件的MD5计算示例-Character MD5 calculation or file MD5 calculation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:171008
    • 提供者:沃金
  1. MD5

    0下载:
  2. MD5信息摘要,读取文件并计算该文件的MD5值-Read a file from disk and calculate its MD5 value
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:陈思敬
  1. md5

    0下载:
  2. 计算文件的md5值,c语言实现,不支持大文件-Calculate the MD5 value of files, C language, does not support large files
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:bleton
  1. md5

    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摘要,然后与书中的结果进行比较,验证所编程序的
  3. 所属分类:Linux驱动

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:xuting
  1. MD5-single-thead

    0下载:
  2. VB.net 源码, 计算文件的MD5值. 大文件(超过1GB)的计算时间会长一点-VB.net source code, calculate the MD5 value of the file. The file (more than 1GB), the calculation time point
  3. 所属分类:.net编程

    • 发布日期:2024-05-20
    • 文件大小:140288
    • 提供者:唐源
  1. MD5

    0下载:
  2. 单片机可用的MD5摘要算法,可实现字符串、文件的MD5摘要计算。亲测300Kb左右文件40ms左右完成计算(STM32 72MHz)。单片机可用。-Single MD5 abstract algorithm, can realize the MD5 calculation of the string, file. Pro test about 300Kb files about 40ms (STM32 72MHz) to complet
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:海亮
  1. md5

    0下载:
  2. MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe file
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:gqliu
  1. md5

    0下载:
  2. 易语言MD5碰撞源码例程程序结合易语言数据操作支持库,针对MD5码相同的不同文件,分段取不同文件的MD5码。 -Easy language MD5 collision source routine procedures combined with easy language data operations support library, MD5 code for the same file, the file MD5.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:zh625
  1. md5

    0下载:
  2. 易语言MD5自检源码例程程序结合易语言互联网支持库和数据操作支持库,实现执行文件的MD5自检验。 -Easy language MD5 self source routine procedures combined with easy language Internet support library and data operations support library, the implementation of the fil
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:zh512
  1. MD5

    0下载:
  2. 用C++实现的MD5码生成,可以得到一个字符串或文件的MD5码-Written in MD5 code C++ implementation process, you can generate a string of MD5 code
  3. 所属分类:.net编程

    • 发布日期:2024-05-20
    • 文件大小:2273280
    • 提供者:宋想
  1. NewMD5Modifier

    0下载:
  2. 通过添加字节改变文件的MD5值,含qt所写的界面(add byte to change MD5)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:635904
    • 提供者:三生草
  1. com.changditong.service

    0下载:
  2. 通过向文件尾写入一段字符串,来改变文件的md5.(By writing a string to the end-of-file, to change the file md5.)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:小蜜峰
  1. Md5

    0下载:
  2. 该文件包括了:md5算法的.h和.cpp文件。以及使用md5算法来计算文件的使用方法。总体为一个控制台的程序。(This file includes: md5 algorithm. H and.cpp files. And use the md5 algorithm to calculate the use of the file. The overall program for a console.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:13819904
    • 提供者:小子他哥
« 1 2 3 45 6 7 8 9 10 ... 37 »

源码中国 www.ymcn.org