next up previous contents
Next: md5 Up: Methods Previous: blowfishEncode   Contents


blowfishDecode

Description

Do blowfish decode.


Syntax

Encryption.blowfishDecode(key, string);


Parameters

key
String. An unique key used to encode or decode the messages
string
String. The encoded message


Returns

String.


Examples

trace(Encryption.blowfishEncode("test",
    "message"));
trace(Encryption.blowfishDecode("test",
    "2KRNdy7o/90="));




Copyright ©2000-2010 Shanghai TopCMM Software Technologies. All Rights Reserved.