Es ist ja wirklich zuviel verlangt, die readme.txt und die example.asp zu lesen, die bei der dll im ZIP-File dabei ist:
Zitat:
2. Installation
---------------
To install this ASP Component for PWS or IIS 4/5, first copy it to your favourite directory, then enter the command prompt by using Start>Run>Command.com (or cmd in Win2k). Use the 'CD' (change directory) command to navigate the directory where you stored the DLL file, and then type
regsvr32 md5dll.dll
This should register the ASP Component as ready to use by your computer.
|
Zitat:
<%
Dim md5
Set md5 = Server.CreateObject("MD5DLL.Crypt")
Response.Write "'Hello World' encrypted:
"
Response.Write & md5.Encrypt(Cstr("Hello World"))
%>
|
RTFM