Decode Base64

Decode a Base64 encoded string back to its original text representation.

Code

Utilities
echo "$input" | base64 -d

Parameters

The Base64 encoded string to decode.

Server

More Bash Snippets