This is the software for encoding and decoding. Can encode text data or
binary data. Furthermore, can decode to text data or binary data from encoded
data. Can use Base64 and Quoted-Printable format for encoding and decoding.
Please download and use it.
You can buy the Source Code ( C#2005, VB2005, C#.NET, VB.NET ) of this software. Please use the Source
Code of this software to develop software having the encoding or decoding
function. It is also the best material as sample software for studying
how to develop software.
Can encode text data or binary data. Can select "Base64 (Std)",
"Base64 (Ext)", "Quoted-Printable" formats for encoding.
If "Base64 (Std)" is selected, encoding to text of Base64 format
is executed using the Convert class of the .NET Framework Class Library.
If "Base64 (Ext)" is selected, encoding to text of Base64 format
is executed using AstBase64 class that was developed by Asterworld.
-
-
Decode
Can decode to text data or binary data from encoded data. Can select "Base64
(Std)", "Base64 (Ext)", "Quoted-Printable" formats
for decoding.
If "Base64 (Std)" is selected, decoding from the text of Base64
format is executed using the Convert class of the .NET Framework Class
Library.
If "Base64 (Ext)" is selected, decoding from the text of Base64
format is executed using AstBase64 class that was developed by Asterworld.
If "Base64 (Std)" is used for decoding, processing is stopped
if a wrong character is included. However, if "Base64 (Ext)"
is used for decoding in the same condition, processing is not stopped.
By using "Base64 (Ext)", can decode the normal section of Base64
text that wrong characters are included. This function is useful to pinpoint
the place where the wrong characters are included.