Skip to main content
Decodes Base64 input with Base64 decoder and returns the decoded bytes as a Lua string.

Syntax

Aliases

  • base64decode
  • base64.decode
  • crypt.base64.decode
  • crypt.base64_decode
  • crypt.base64decode

Arguments

Returns

Example

Decode Base64 data and read the returned Lua string.