Packagecom.adobe.crypto
Classpublic class MD5

The MD5 Message-Digest Algorithm Implementation based on algorithm description at http://www.faqs.org/rfcs/rfc1321.html



Public Methods
 MethodDefined by
  
hash(s:String):String
[static] Performs the MD5 hash algorithm on a string.
MD5
Method detail
hash()method
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