advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Generate MD5 Digital Signatures in ASP

Author: Phil Fresle
Category: ASP, HTML, and XML
Type: Snippets
Difficulty: Advanced

Version Compatibility:  ASP  

More information: This package contain ASP code for generating an MD5 'digest' or 'signature' of a string. The MD5 algorithm is one of the industry standard methods for generating digital signatures. It is generically known as a digest, digital signature, one-way encryption, hash or checksum algorithm. A common use for MD5 is for password encryption as it is one-way in nature.

The package contains two files, md5.asp and md5test.asp. The former contains the function for generating md5 signatures and is specified as an include file in md5test.asp.

This code has been viewed 108248 times.

Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.

code/md5_asp.zip

Sponsored Links