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

搜索资源列表

  1. md5string

    0下载:
  2. md5算法源代码,c源代码,MD5消息摘要算法。开源-This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. * This code is in the public domain do with it wha
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:3783
    • 提供者:王毅
  1. Get_File_MD5_Value

    0下载:
  2. C#源码获取文件的MD5值,采用MD5加密的例子,选择要计算 MD5 值的文件名和路径,会得到文件的MD5 值16进制字符串,也可得到文件的sha1 值16进制字符串以及哈希值16进制字符串,在此要用到字节数组转换为16进制表示的字符串,最后一步是生成和显示文件的MD5值。-C# source file to get MD5 value, using MD5 encryption example, choose to calculate the MD5 value of the file nam
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:14781
    • 提供者:wpudn5
  1. Md5_vS2012_forALL

    0下载:
  2. C实现MD5加密,使用VS2012开发,可以运行,结果已经验证过!-C implementation of MD5 encryption, the use of VS2012 development, can run, the results have been verified!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1421652
    • 提供者:黄宇宇
  1. solveMD5

    0下载:
  2. MD5加解密功能 主要用c++实现 -MD5 Code And Decode
  3. 所属分类:CA program

    • 发布日期:2017-06-15
    • 文件大小:24198374
    • 提供者:舒晓楠
  1. md

    0下载:
  2. 是一个用于检测md5码的c语言小程序,拖拽加入文件,回车计算-Md5 is a code used to detect small c language program, drag accession, enter the calculation
  3. 所属分类:Console

    • 发布日期:2017-05-06
    • 文件大小:1215634
    • 提供者:裴亚林
  1. Security

    0下载:
  2. c#语言的常用安全类,包含了Md5加密、Zip压缩等常用的功能工具类。-md5、zip tool
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:28338
    • 提供者:郭振杰
  1. software-Offensive-and-defensive

    0下载:
  2. 这是用vs2008上用C++写的一个网页防篡改系统,这是一个初级版本,用记事本做数据库,计算MD5写入到记事本,然后DES加密等,本地备份所有文件。-software Offensive and defensive C++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-31
    • 文件大小:13132993
    • 提供者:张静静
  1. Base64Generation

    0下载:
  2. C#中对字符串进行MD5加密的接口,直接调用类中对应函数即可返回加密后的串,调用形式如下:MD5_Generation.MD5Generation(string str),返回str加密后的字符串-C#, the string MD5 encryption interfaces directly call the corresponding function string class to return the encrypted call the following form: MD5_Gen
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:615
    • 提供者:vitah
  1. Desktop

    0下载:
  2. 用C语言写的,md5算法对输入的字符串进行暗文加密和明文解密。-Written in C language, md5 algorithm is applied to the input string ciphertext encryption, decryption and clear.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:35958
    • 提供者:zou
  1. MD52

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

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

    0下载:
  2. C#类,其中包含MD5、DES、TripleDES、AES、RC2,RSA-C# class,include MD5、DES、TripleDES、AES、RC2,RSA, and so on
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1673
    • 提供者:damon
  1. cc

    0下载:
  2. 名称:CC Attack Device 版本:V1.0测试版 描述:Test Microsoft 基础类应用程序 版权:Copyright(C) 2006-2009 GoDelphi版权所有 MD5验校码:40C2A52B49042264E8B7F8CE876A3CCE 使用协议: 本程序仅限技术研究之用,作者不赞成使用者在网络中使用非途。 对于使用者使用本程序而造成的不良后果,作者不承担相关责任。 如果您对本程序有不同协议或其他相关问题,那请您关闭本程序。
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:211841
    • 提供者:sayfdsa
  1. String_for_CPP

    0下载:
  2. 一个简单易用的C++ String(字符串)库。 包括: 1) 字符串操作 eg. toLowerCase, toInteger, valueOf 等等。 2) 字符串验证 eg. isNumeric, isAlpha,isEmail 等等。 3) 简单字符串生成 eg. randomPassword 4) 字符串散列法 eg. md5-An easy to use C++ String library. Including: 1) String manipulatio
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:13101
    • 提供者:Andy Low
  1. Md5EnCode

    0下载:
  2. md5 算法,C语言编写,可计算字符串和文件MD5,Visual C++ 6.0 完整编译-MD5 encode,c language,apply string or files md5 encode,Visual C++ 6.0 compile
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:217258
    • 提供者:ruhhef
  1. Encodercodes

    0下载:
  2. 加密解密(Encoder)C#源代码 v1.0 加密解密(Encoder),实现MD5加密,DES加密解密,RSA加密解密。使用的是System.Security.Cryptography 命名空间提供的相关类-Encryption and decryption (Encoder) C# source code v1.0 Encryption and decryption (Encoder), achieve MD5 encryption, DES encryption and decr
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:153961
    • 提供者:110
  1. MD5Operate

    0下载:
  2. VC++实现MD5加密功能,方便快捷,有效实现加密功能!-C++ implementation of the MD5 function, convenient and effective encryption features!
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1207766
    • 提供者:dele
  1. c148

    0下载:
  2. md5程序,用c编写的。希望大家能用到,应该能编译成功-md5 procedures, using c prepared. I hope everyone can be that the compiler should be able to successfully
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-14
    • 文件大小:2672
    • 提供者:zhi3913785
  1. MD5100

    0下载:
  2. 标准C++写的使用MD5算法加密和解密的代码,这个代码测试可以使用。-Written in standard C++ using the MD5 algorithm to encrypt and decrypt the code, this code test can be used.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:4842
    • 提供者:we31747chengmou
  1. md5sum

    0下载:
  2. c/c++语言下可用的md5加密算法,亲测可用-md5 algorithms in c/c++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:6697
    • 提供者:roycui
  1. testMd5

    0下载:
  2. md5加密算法的C++实现,可以直接运行的程序。-md5 encrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:190251
    • 提供者:thb
« 1 2 ... 22 23 24 25 26 2728 29 »
搜珍网 www.dssz.com