Packagesekati.crypt
Classpublic final class MD5
ImplementsIHash

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



Public Methods
 MethodDefined by
  
MD5()
MD5 Static Constructor
MD5
  
hash(s:String):String
[static] Performs the MD5 hash algorithm on a string.
MD5
Constructor detail
MD5()constructor
public function MD5()

MD5 Static Constructor

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