|
|
|
|
Encoding & Decoding Checker - Software Description |
|
|
|
|
| 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". |
|
|
|
|
|
|