Class fever.data.hasher.MD5

Implemented Interfaces

IHasher

Description

MD5 string hash.

Orignal ActionScript 2.0 implementation by Mika Palmu in his AsCrypt library, available in http://www.meychi.com/

Method Index

getProcess(), hash()

Method Detail

getProcess

static public function getProcess():IHasher

Returns the MD5 hash algo

hash

public function hash(value):String

Hashes and returns passed-in value string.

Specified By

hash() in fever.data.hasher.IHasher