Dittofi
Search
⌃K

Base64 Decode

Description

Updates a text variable by converting it to its base64 decoded equivalent.

Event Options

Variable
A text string you wish to base64 decode.
Type
Whether to use standard or url encoding.

Example

Variable
aGVsbG8gd29ybGQ=
Type
standard
After running the event with the above options, the Variable option will be updated to hello world.