Base64 decoder online - decrypt base64
                    Source code of the Base64 decryptor If Form("source").Length = 0 Then 'no data Message = "The source data are empty" Else 'read the source data for form FormData_source = Form("source") 'get the source data as binary data ByteArray.ByteArray = Form ... 
                    base64.wutils.com  |