ICrypter
TEA string encryption.
Orignal ActionScript 2.0 implementation by Mika Palmu in his AsCrypt library, available in http://www.meychi.com/
static public function getProcess():ICrypter
Returns the TEA crypter.
public function encrypt(value, key:String):String
Encrypts a string with the specified key.
encrypt() in fever.data.crypt.ICrypter
public function decrypt(value, key:String):String
Decrypts a string with the specified key.
decrypt() in fever.data.crypt.ICrypter