Base64 encoding is a process of converting binary data to an ASCII string format by converting that binary data into a 6-bit character representation. The Base64 method of encoding is used when binary data, such as images or video, needs to be transmitted over systems that are designed only to transmit data in a plain text (ASCII) format. Web developers use base64 formats to include images, fonts, sounds and other resources directly inside HTML, JavaScript, JSON and XML files. We estimate that billions of base64 messages are decoded every day. Due to wide use of base64 encoding a decoder software is required. In this project, a tool is developed to decode the base64 encoded data. Tool is developed using Python language, which is the most widely used software language these days. Python is used by hundreds of thousands of programmers and is used in many places. Sometimes only Python code is used for a program, but most of the time it is used to do simple jobs while another programming language is used to do tasks that are more complicated. Its standard library is made up of many functions that come with Python when it is installed. Many libraries available make it possible for the Python language to do more things. These libraries make it a powerful language. it can do many different things. For taking the user input, a GUI is developed in python, which takes the input from user and saves to a text file. The python script uses the text file to extract the data and decode the encoded data. As now days many IOT systems are coming up which need to send small packets of data to the server and later server processes it to make a user understandable data. Like the IOT device sends the data of the home appliances in JSON format and sends it after doing base 64 encoding. This tool will help a user to see the actual data. If the data set is of large size ZIP compression/ decompression can be used. In this way working on this project provided a very useful platform learn Python, GUI, base64 encoding decoding etc. Keywords: XML, JSON, HTML, IOT, ZIP, GUI, ASCII.
Log in or sign up for Devpost to join the conversation.