Base64 encode VBS function (vb encoder algorithm), source code
Source of VBS (ASP) function that lets you encode source data (binary or string) to a base64 encoded string. ... The previous article was about decoding of Base64 strings (Base64 decoder). This article contains reverse function - Base64Encode. You can use...