Base64 Encoder and Decoder
This bot encodes strings into Base64 and decodes strings from Base64.
Top Benefits
- Used in mainframe communication, web services, URLs, etc.
Encodes and decodes Base64 strings.
Base-64 encoding is a way of taking binary data and turning it into text so that it's more easily transmitted in things like e-mail and HTML form data.
Source code included for Visual Studio Community 2017
Free
- Bot Security Program
-
Level 1
- Applications
-
- Business Process
- Information Technology
- Category
- RPA Developer ToolsUtility
- Downloads
- 395
- Vendor
- Automation Type
- Bot
- Last Updated
- February 10, 2023
- First Published
- June 3, 2019
- Platform
- 11.3
- Support
-
- Community Support Only
- Pathfinder Community Developer Forum
- Bot Store FAQs
See the Bot in Action
Setup Process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)
Run
That's it - now the Bot is ready to get going!
Requirements and Inputs
- Inputs: Decode: Takes a Base64 string and returns the decoded string.
- Encode: Takes a string and encodes it into Base64.