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

搜索资源列表

  1. MD5_C

    0下载:
  2. 使用C实现的MD5加密算法,可用于文件传输校验-This is a source of MD5 encryption algorithm using C.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:2735
    • 提供者:redrain
  1. 68aa2a2af471

    0下载:
  2. 在visual c++环境下的md5加密算法-In the visual c++ Environment md5 encryption algorithm.
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:10128
    • 提供者:gengxu
  1. WLNPassword

    0下载:
  2. C#写的一个WLNPassword加密算法组件,支持MD5,AES等-WLNPassword encryption algorithm components
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:15735
    • 提供者:暮鸟
  1. Md5132

    0下载:
  2. C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -Written in C for string Summary, Summary of the two functions. Which mainly contains three files: Md5.cpp, Md5.h, Main.cpp. One Md
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:88055
    • 提供者:zaoge
  1. 059

    0下载:
  2. 《C语言实战105例》:MD5加密程序。用C语言实现的简单加密,根据MD5算法对原信息进行数学变换后得到一个128位的特征码。 -" C language real 105 cases" : MD5 encryption. Implemented in C language, simple encryption, MD5 algorithm based on mathematical transformation of the original information obt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4929
    • 提供者:wangjianlu
  1. CPPMD5

    0下载:
  2. C++编写程序,完成hash函数的MD5功能,生成校验码。对文件和字符串进行MD5 编码,生成128bit的数据-C++ programming, file and string MD5 checksums generated 128bit data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:5224
    • 提供者:丹丹
  1. MD5_1

    0下载:
  2. C语言编写的MD5函数,有界面操作,对文件或者字符串用MD5算法,进行处理-MD5 function written in C language, there are interface operation, the file or string using the MD5 algorithm for processing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4528800
    • 提供者:丹丹
  1. MD5_CSharp

    0下载:
  2. c#写的MD5加密函数,支持16位和32位-c# write the MD5 encryption function, support 16-bit and 32-bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:44907
    • 提供者:dongjin888
  1. crisscross-latest.tar.tar

    1下载:
  2. CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:501491
    • 提供者:Mike
  1. hash

    0下载:
  2. Hash函数MD5与SHA-1实现与比较,内涵MD5与C函数的C代码-Hash functions MD5 and SHA-1 implementation and comparison with the C content of MD5 function in C code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:10447
    • 提供者:zsw
  1. MD5test

    0下载:
  2. MD5test md5算法c语言,随便输入字符串 ,可以得到他的哈希值。用于加密和校验技术 -MD5test md5 algorithm c language, just enter the string, you can get his hash value. For encryption and verification technology
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-15
    • 文件大小:3715291
    • 提供者:易者软件
  1. md52

    0下载:
  2. 用C语言实现MD5算法,能运行的,简单易懂。-MD5 algorithm in C language, to run, simple to understand.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:2159
    • 提供者:张刘飘
  1. Login

    0下载:
  2. 源码主要用C#编码的,源码的主要内是用户登录的代码,并且用MD5加密。-Source code in C# major, the main source is the user login code and using MD5 encryption.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:135616
    • 提供者:赵伟涛
  1. md5_hash

    0下载:
  2. C++ implementation for md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:Romeo
  1. bcb_md5_demo

    0下载:
  2. 本程序是利用C++ MD5算法编制的示例程序,在winxp+bcb6.0 环境下编译通过。包括可执行程序和源代码。-C++ MD5 Demo. complile success with winxp+ bcb 6.0, include exe file and source code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:290499
    • 提供者:Tonny.Li
  1. CBArticle_51aspx

    0下载:
  2. c# cms系统.带多次md5密码验证登录哦-c# cms ksdlkfslkdfsdf
  3. 所属分类:.net

    • 发布日期:2017-05-10
    • 文件大小:2282160
    • 提供者:陈宇
  1. 0810610

    0下载:
  2. 使用C++对MD5加密解密算法的程序实现-Using C++ MD5 encryption decryption algorithm of the program
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:1750
    • 提供者:MK
  1. PSB_WINDOWS

    0下载:
  2. 该程序是用C语言编写的,基于windows图形界面编程,调用了Win32.h,WinSock.h库和plink,用plink更方便快捷的执行远程主机上的命令,Plink是PuTTY 的命令行连接工具,主要用于自动化工作的处理,主要有视窗和讯息,socket通信,MD5加密函数,最小托盘功能的实现-The program is written in C, windows-based graphical programming interface, call the Win32.h, WinSock
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:197116
    • 提供者:cc
  1. cPPqq

    0下载:
  2. 用c处理QQ的密码是用标准的md5来进行加密代码 在QQ通信中用户必需要登录后才可以进行互相发送信息等。QQ的登录是很关键的,大家所看到的用户在线,并不是用户的QQ一直连接着服务器,而是定时发送消信给服务器,证明自己还连着线,如果超出时间QQ就认为用户已经掉线了。 在登录协议中,QQ的密码是用标准的md5来进行加密,而C#自已带有,但是直接用不了,必需进行处理后,才能使其变成标准的md5。-public static string md5,public static string md5
  3. 所属分类:Communication

    • 发布日期:2016-01-26
    • 文件大小:3072
    • 提供者:楚启龙
  1. md5a

    0下载:
  2. MD5的加解密程序。能够加解密文档,是学习秘密学和c语言的比较好的范例。-The MD5 encryption and decryption process. Be able to encrypt and decrypt documents, is a good example to learn the secret science and c language.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:3732
    • 提供者:muxiuxiu
« 1 2 ... 19 20 21 22 23 2425 26 27 28 29 »
搜珍网 www.dssz.com