Results 1 to 2 of 2

Thread: Base64 encoding/decoding control

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Cool Base64 encoding/decoding control

    Hello,

    When binary data is transferred via the internet it is normally handled by base64 encoding. Using base64 encoding/decoding ensures that your data stays intact while it is being transferred over media that might not be suited for transferring non textual data.
    It is commonly used in for example email and for storing/transferring data via XML.

    In order to evaluate the control, we made a demo version of the control and bundled it with Visual DataFlex 16.1 example workspace.
    You can get a copy from here: antBase64

    Even if you are already using a VDF based base64 encoding solution, you might still want to give it a try as the control is dramatically faster as doing the base64 encoding in native DataFlex code. That was the main reason to built the control, VDF simply is not optimized for doing this type of encoding/decoding.

    The control has been in use at a variety of projects without any issues since 2004.

    Hope this helps,
    --
    Wil
    Last edited by wila; 7-Aug-2011 at 02:10 AM. Reason: changed font as text was unreadable

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •