Asterworld
Encoding & Decoding Checker - Software Description
Encoding & Decoding Checker [ Download ]
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.
You can buy the source code ( C#2005, VB2005, C#.NET, VB.NET ) of this software.
Update History | Description | Source Code | Product Price List | Order Form
Main Form : Menu >> File
Function Description
Exit Closes the software.
Main Form : Menu >> Help
Function Description
Readme Opens the Readme file.
Asterworld Displays the web site of Asterworld.
About Displays the About dialog.
Main Form : Controls
Function Description
Format Selects a format of encoding or decoding. Can select "Base64 (Std)", "Base64 (Ext)", "Quoted-Printable".

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.
Input Selects source of encoding or decoding. Can select "Text 1", "Text 2", "File".
Output Selects destination of encoding or decoding. Can select "Text 1", "Text 2", "File".
Encode / Decode Executes encoding or decoding.

If "Text 1" or "Text 2" is selected for the output destination, if binary value 0x00 is included in the output data, the data after that value is not displayed in the textbox. If you decode such data, please select "File" for the output destination.
Clear Clears string of "Text 1" or "Text 2".
Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Class List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2008 Asterworld. All Rights Reserved.