Project Title: Base64/Base32 Decoder
Description: This is a simple Python script that allows you to decode base64 or base32 encoded strings from the command line. It provides an easy way to decode encoded data quickly and efficiently. Whether you need to decode data for debugging, analysis, or any other purpose, this script makes the process straightforward.
Features:
Decodes base64 or base32 encoded strings from the command line.
Provides a clear usage message for easy understanding.
Handles errors and unsupported encodings gracefully.
Open-source and customizable.
Usage:
Clone this repository to your local machine.
Run the script from the command line with the appropriate options:
To decode a base64-encoded string: python script.py -b64 SGVsbG8gV29ybGQ=
To decode a base32-encoded string: python script.py -b32 JBSWY3DPEHPK3PXP
For usage help: python script.py -h
Getting Started:
Clone the repository: git clone https://github.com/nipunnegi2/basic_decoder.git
Navigate to the project directory: cd base64-base32-decoder
Run the script as described in the usage section.
Contributing: Contributions are welcome! Feel free to open issues, suggest improvements, or submit pull requests.
License: This project is licensed under the MIT License.
Author: Nipun Negi
Enjoy decoding your base64 and base32 strings with ease using this Python script!