The MD5 Message-Digest Algorithm
Implementation based on algorithm description at
http://www.faqs.org/rfcs/rfc1321.html
Public Methods
| Method | Defined by |
| |
[static]
Performs the MD5 hash algorithm on a string.
| MD5 |
public static function hash(s:String):String
Performs the MD5 hash algorithm on a string.
Parameters
| s:String — The string to hash
|
Returns
| String — A string containing the hash value of s
|
Copyright © 2004-2006 Adobe Macromedia LLC Software and its licensors. All rights reserved.
Fri May 19 2006, 9:38 AM GMT-07:00