IHasher
MD5 string hash.
Orignal ActionScript 2.0 implementation by Mika Palmu in his AsCrypt library, available in http://www.meychi.com/
static public function getProcess():IHasher
Returns the MD5 hash algo
public function hash(value):String
Hashes and returns passed-in value string.
value
hash() in fever.data.hasher.IHasher