Project Description
(Base64 Encoder/Decoder using C#)
This tool allows to encode a file content to a base64 string or decode a base64 string then save to file. The programming is in C# language. The source code contents an encoding class, a decoding class, an user interface (GUI) to encode or decode and a console program to test classes.
GUI
The following image shows an example of the user interface.
Project structure
The following image shows the contents of the project.
