- Category:
- CA program
- Tags:
-
- File Size:
- 1kb
- Update:
- 2013-03-03
- Downloads:
- 0 Times
- Uploaded by:
- aa
Description: BASE64 decoding the VBS source the code Function fDecode (sStringToDecode) the Const CharList = " ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/Dim iDataLength, sOutputString, iGroupInitialCharacter sStringToDecode = Replace (Replace (Replace (sStringToDecode, vbCrLf," " ), vbTab," " )," " ," " ) iDataLength = Len (sStringToDecode) If iDataLength Mod 4 < > 0 Then fDecode = " Bad string passed to fDecode () function." Exit Function
To Search:
File list (Check if you may need any files):
BASE64.VBS