|
Generate MD5 Digital Signatures in ASP
| 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
|