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
See the Bot in Action
Setup process
Install
Download the Bot and follow the instructions to install it in your AAE Control Room.
Configure
Use the Bot in a bot, configure keys and other credentials the Bot will need (see the 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.