$base64 encode/decode

Allows you to encode text to Base64 and to decode Base64 to text.


Example

Running this code will decode the file "$base64.txt" in "Desktop" to "$base64_3.ubot" - saving it to "Desktop".

alert($plugin function("Data and Files Automation.dll", "$base64 encode/decode", "{$special folder("Desktop")}\\$base64.txt", "Decode", "{$special folder("Desktop")}\\$base64_3.ubot"))

Was this helpful?

Previous Article

$add spaces to sentence

Next Article

$byte append