Key
(string) The secret key to encrypt the data with.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Crypto.BlowfishEncryptString
OverviewExamples
string Crypto.BlowfishEncryptString ( string Text,
string Key,
number LineLen = 0 )
De s cr ip t ion
Blowfish encrypts a string and returns a base64-encoded string containing the encrypted data.
Note: Base64 encoding is the process of encoding arbitrary data as plain ASCII text. One common use for this type of encoding is sending files through email. It is one of the techniques employed by the MIME standard to send data other than plain ASCII text.
P arame t er s
Text
(string) The string that you want to encrypt.