Base64 Encode/Decode
Usage
Base64 encoding is a method of encoding binary data (such as images, audio, video, or any other file) into a plain text format. It is commonly used for transmitting binary data over text-based protocols or storing binary data in formats that require text representation. Base64 encoding converts the binary data into a set of printable ASCII characters, making it safe and portable across different systems that may not support binary data directly.
Fields
1.V alue - Here you insert the value you want to decode or encode, or use an output from previous steps in the workflow.
- Decode - Activate it should you desire to decode the value instead of encoding.
Demonstration on how to use it in a flow
-
Drag and drop the Base64 Encode/Decode action into the flow.
-
Set the name of your choice or let it be as default.
-
Click the gear icon to open its settings.
-
Enter the desired Value.
-
If your value is in base64 format and you want to decode it, activate this option.
for example, the string(text) value “Ramin Shirzad” can be encoded to “UmFtaW4gU2hpcnphZA==” in base64 format.