Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals

Introduction
 » ASP/UnixCrypt Component
 » Features
Working Details
 » Installation
 » Reference
 » Example
Support Information
 » Update & Order
 

Example

ASP:

<%
Set Obj = Server.CreateObject("nonnoi_ASPUnixCrypt.ASPUnixCrypt")

Obj.Password = Request("Password")
Obj.Salt = Request("Salt")
Response.write (Obj.Output)

set Obj = nothing
%>

ASP:

reset password partition recovery freeware system usb monitor
data recovery tools disk repair software official billing software
digital camera repair software password cracking purchase order software

<%
Set Obj = Server.CreateObject("nonnoi_ASPUnixCrypt.ASPUnixCrypt")

Output = Obj.Crypt(Request("Password"), Request("Salt"))
Response.write Output

set Obj = nothing
%>

ASP (Registered User):
<%
Set Obj = Server.CreateObject("nonnoi_ASPUnixCrypt.ASPUnixCrypt")

Obj.RegisterName = "Nonnoi"
Obj.RegisterKey = "0123456-789"
Obj.Password = Request("Password")
Obj.Salt = Request("Salt")
Response.write (Obj.Output)

set Obj = nothing
%>

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals