Results 1 to 20 of 20

Thread: VB - Fast Base64 Encoding and Decoding

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Comintern's Avatar
    Join Date
    Nov 2004
    Location
    Lincoln, NE
    Posts
    826

    VB - Fast Base64 Encoding and Decoding

    Here's some code for encoding and decoding MIME Base64 (and fast). On my machine it'll do around 2MB a second encoding and 1MB a second decoding. The zip file contains both a class version (a little slower because of the overhead) and a module version. Enjoy! (yEnc encoder/decode to follow shortly).

    EDIT: Orig. zip removed, use the one below.
    Last edited by Comintern; Jul 10th, 2006 at 10:08 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width