On Sep 2, 2005, at 3:49 PM, Aparajita Fishman wrote:

Then I would blowfish encrypt the whole thing. I don't have blowfish encryption as an Active4D command, but I do have it as a plugin command. The plugin commands are:

A4D Blowfish encrypt(inText: Text; inPassphrase: String; inIV: String) -> Text A4D Blowfish decrypt(inText: Text; inPassphrase: String; inIV: String) -> Text

In the following code:

$encrypted:=A4D Blowfish encrypt ("123456";"anywhere";"nowhere")
`Ok=1 and $encrypted contains text

$decrypted:=A4D Blowfish decrypt ($encrypted;"anywhere";"nowhere")
` Ok=1 but $decrypted is blank

I double checked all of the A4D documentation and the Blowfish commands do not appear to be documented.

Is the syntax on the decrypt command correct? If Ok=1, why is the result blank?

--
Bart Alcorn          AvantraNet, Inc.
Office:   678-580-3265
Mobile: 770-335-5518
AIM/iChat: AvantraNet

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to