lang
EN

Decoder base64

Converts (decodes) base64 code into a string.
Example: «SGVsbG8gd29ybGQh» → «Hello world!».

Produces a result similar to the PHP function base64_decode()