Base64 ASP Encryption, VB Script Base 64 Encoding

Ah, encoding. If you have used networks, wrote webpages, or software you have experienced the most common methods of encoding already. One useful encoding is Base64. It is a two way algorithm, meaning it can be encrypted and decrypted.

Launch Online Base64 Encoder

Using Base64 in PHP, Coldfusion, and ASP.NET can be very simple compared to encoding in ASP, Active Server Pages. All encryption is based upon a character or bit replacement. Since all ASCII characters are bits, it's just a means of converting the text to it's ASCII equivilent and encoding the ASCII number.

Screenshot
Base 64 Encoder Screenshot

I have written a nice interface to encode/decode text in Base64 using VBScript functions. There are some nice error traps and clipboard copy of the output. The functions encode/decode files via binary streaming method using FSO, File System Object, but this puts a massive strain on our webserver. Give the online Base64 encoder a whirl, and send me a email if you would like the ASP source code.

Click to use the Base64 Encoder

Request a download >>

Back to Top
© 2008 Digitalus Multimedia Co., All rights reserved.
All trademarks property of their respected owners. RSS
Base64 ASP Encryption, VB Script Base 64 Encoding Summary:
It is very easy to encrypt in several web scripting languages, ASP is not one of them. Using VBScript, we have created this neat online Base64 Ecryption software, give it a try and download the source code.