Is there documentation for the use of the following plug-in commands?

A4D
        Execute request
        Execute BLOB request
        Execute 4D request
        Execute stream request
        Set stream callbacks

        Execute file
        Execute text
        Execute BLOB

Uh...ummm...I don't know quite how to say this, but...these have been in Active4D since v2.0, and have been documented in the "Invoking Active4D" chapter all along, not to mention their usage (except for the BLOB commands) has been demonstrated in the shells and demos.



        Base64 encode
        Base64 decode
        Blowfish encrypt
        Blowfish decrypt
        MD5

These have been in Active4D since v2.0, but I didn't document them, because it was my intention to someday provides a full suite of encryption commands.


In the meantime, the documentation is thus:

Base64 encode(inText: Text) -> outEncodedText: Text
Base64 decode(inText: Text) -> outDecodedText: Text
Blowfish encrypt(inText: Text; inPassphrase: String; inIV: String;) -> outEncryptedText: Text
Blowfish decrypt(inText: Text; inPassphrase: String; inIV: String;) -> outDecryptedText: Text
MD5(inText: Text) -> outHash: String


I won't go into a discussion of what the passphrase and IV are in Blowfish, you can find discussions of that all over the net.


What other components and hidden gems are there in v3.0 that may not yet have found there way into the documentation?

That's it. Are you trying to say the 100 new features and fixes I have put into 3.0 so far are not enough? ;-)


Regards,

   Aparajita
   Victory-Heart Productions
   [EMAIL PROTECTED]
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoylibrary.com




Reply via email to