Base64 encoder/decoder in Visual Basic

Base64Coder is a fast and compact Base64 encoder/decoder module.

Source code: Base64Coder.bas
Test program:  TestBase64Coder.bas

Example of how to call the Base64 encode/decode functions:

MsgBox Base64EncodeString("Hello")
MsgBox Base64DecodeString("SGVsbG8=")

Author: Christian d'Heureuse (www.source-code.biz, www.inventec.ch/chdh)
Index