Location:
Search - md5 dll
Search list
Description: md5加密模块,简单好用,可作签名
有DLL和lib两个版本。
Platform: |
Size: 280347 |
Author: iiye1999 |
Hits:
Description: 本软件实现了MD5加密算法,通过动态库调用可以对需要加密的字符串进行加密计算,该程序已经通过验证。
Platform: |
Size: 1826034 |
Author: meadowd@163.com |
Hits:
Description: md5单向散列加密算法,此压缩包,包含完整调用DLL源码,PB格式.导入后直接可以应用.-md5 hash encryption algorithm, this compressed, includes a complete calling DLL source, PB format. After the direct import can apply.
Platform: |
Size: 23552 |
Author: 比尔 |
Hits:
Description: MD5加密算法源代码+DLL成品,这个更好,有完整的VC源码,更加强大,可以直接做成DLL文件进行调用.特爽,MD5就不用说了吧.-MD5 encryption algorithm source code DLL finished, the better, a complete source VC, more powerful, and can directly cause for calling DLL files. Special autumn, MD5 would not have said it.
Platform: |
Size: 293888 |
Author: 比尔 |
Hits:
Description: MD5加密算法c语言实现源代码,可以加到你自己的程序中,节省了很多自己开发加密算法的过程!-MD5 encryption algorithm C Language source code can be added to your own procedures and save a lot of their own encryption algorithm development process!
Platform: |
Size: 7168 |
Author: 望乡 |
Hits:
Description: 活动模板库MD5--应用程序向导为您创建了这个MD5项目,供您用作编写动态链接库(DLL)的起点。
-activities Template Library MD5-- Application Wizard you created for this project MD5, as you prepare for the dynamic link library (DLL) starting point.
Platform: |
Size: 32768 |
Author: 王颖 |
Hits:
Description: 这个存储过程是计算 MD5 值的,可以用来进行密码认证加密等。
SQL Server 的扩展存储过程 (Extended Stored Procedure, 简称 XP) 是通过在 MSSQL 数据库注册封装在 .dll 里面的函数实现的,
而这个 .dll 应该按照 M$ 提供的规则, 并且要连接 MSSQL 的库文件。由于 C++ Builder 自带的 MSSQL 库文件 OPENDS60.LIB 比较旧,
本文提供新版本的 OPENDS60.LIB 库文件, 支持 MSSQL 2000 版本的-storage process is the calculation of the value of MD5 can be used for password authentication encryption. SQL Server extended stored procedures (Extended Stored Procedure , or XP) through the MSSQL Packaging registered in the database. dll to the function of achieving, while this. dll accordance with the M $ provide rules, and to connect MSSQL of the library. As Builder's own C library file OPENDS60.LIB MSSQL older, this new version of the OPENDS60.LIB libraries, support MSSQL 2000 version of the
Platform: |
Size: 36864 |
Author: 王乾 |
Hits:
Description: md5加密算法动态链接库原文件,包括测试文件-md5 encryption algorithm DLL original documents, including test paper
Platform: |
Size: 2731008 |
Author: 刘留 |
Hits:
Description: DES,IDEA(PGP中使用的加密算法),MD5算法源代码+DLL成品-DES, IDEA (PGP encryption algorithm used), MD5 algorithm source code+ DLL finished
Platform: |
Size: 4207616 |
Author: |
Hits:
Description: 一个封装成DLL的MD5计算类,可以调用它的接口函数对文件进行MD5计算-Packaged as a DLL of the MD5 calculation type, you can call it the interface function file MD5 calculation
Platform: |
Size: 38912 |
Author: 熊益 |
Hits:
Description: Enclosed in this distribution are four projects:
MD5DLLTest: Visual basic project which runs the MD5 test suite against a
MD5 DLL (see below).
VbMD5: A Visual Basic native MD5 message digest class based on the
RSA reference implementation.
md5DLL: A C project which generates a simple Win32 DLL with
the MD5 message digest routines using the RSA reference
implementation.
MD5Java: A Java implementation of the MD5 message digest algorithm based
on the RSA reference implmentation.
Let me know if this has any use!
Robert M. Hubley
hubley@u.washington.edu
Platform: |
Size: 76800 |
Author: 0940566827 |
Hits:
Description: MD5变换动态链接库文件调用:(delphi例子)
=========================================================================
function transfer(tran:widestring):widestring stdcall external md5.dll name transfer
//edit1为输入字符,edit2为输出md5摘要
procedure TForm1.Button1Click(Sender: TObject)
begin
edit2.text:=transfer(edit1.Text)
end
-MD5 transform dynamic-link library file called: (delphi examples )====================================== =================================== function transfer (tran: widestring): widestring stdcall external md5.dll name transfer// edit1 for input characters, edit2 output md5 summary procedure TForm1.Button1Click (Sender: TObject) beginedit2.text: = transfer (edit1.Text) end
Platform: |
Size: 267264 |
Author: 果松 |
Hits:
Description: md5加密,用于asp,vb,在asp中使用时需要注册该dll,命令:regsvr32 md5.dll.如果要查看类里的函数,可以用vb引用下拉.如果还是不会,加我QQ:279728615-md5 encryption for asp, vb, when used in asp need to register the dll, the command: regsvr32 md5.dll. If you want to view the category
Platform: |
Size: 15360 |
Author: caiyouchang |
Hits:
Description: PB使用MD5加密,可以有效解决PB开发中登录密码使用明文的问题-PB using MD5 encryption, can effectively resolve the PB Password development issue of the use of explicit
Platform: |
Size: 18432 |
Author: wucheng |
Hits:
Description: 一个Delphi实现的MD5加密,里面导出一个函数,原型EncryptMD5Str(Value: PChar lpMd5Str: PChar var nDataLen : Integer): BOOL stdcall
此动态库支持c++调用,typedef bool (__stdcall*pEncryptMD5Str)(char *psz, char *pRet, int *nLen) -Delphi achieved an MD5 encryption, which is derived a function
Platform: |
Size: 40960 |
Author: 夏炳冬 |
Hits:
Description: 这个是自己写的一个MD5加密的dll.简单的加解密。-This is to write a MD5 encrypted dll. Simple encryption and decryption.
Platform: |
Size: 1169408 |
Author: 可刻 |
Hits:
Description: default.asp(软件注册页面,注册成功再不出现)
err.asp(页面错误转向信息页面)
manage.asp(部门主管页面)
conn.asp(数据库连接通用页面)
include/function.asp(全局函数页面,包含了有效信息检测函数等)
include/md5code.asp(md5加密类)
include/selectVal.js(察看通知时动态显示的JS调用)
systel文件夹内是整站的DIV+CSS设置
DLL文件夹内是服务器需要注册的组件,其中数据库创建机未完成-在coon文件中 字符串要设置两次
其中constr是给dll用的
Platform: |
Size: 282624 |
Author: sdfsdf |
Hits:
Description: MD5 DLL调用,使用C / C++ 编写,可直接调用,内附使用说明
-Function: MD5 DLL
Platform: |
Size: 4096 |
Author: u.k. |
Hits:
Description: 能够实现对文件或是磁盘进行md5的计算
vc++
只需要一个入口函数便可
完整源码,现成d-Can be achieved on paper or disk for the calculation of md5 vc++ can be only one entry point function complete source code, ready-made dll
Platform: |
Size: 5202944 |
Author: jemney |
Hits:
Description: MD5加密算法源代码,开发环境为vc++,压缩包里面含有 DLL成品-MD5 encryption algorithm source code, development environment for the vc++, DLL which contains a compressed product
Platform: |
Size: 1828864 |
Author: nate |
Hits: