Base64 decode

Decodes given Base64-encoded string to bytes.

Base64 decode

Arguments

NameDescriptionRequired
DataBase64 string or bytes to decode.Yes
PaddingSpecifies whether the input should be expected to be aligned to a multiple of 4 bytes, using a padding character.No

Base64 encode

Encodes given bytes to Base64 text.

Base64 encode

Arguments

NameDescriptionRequired
DataData to encode.Yes
PaddingSpecifies whether the output should be padded to a multiple of 4 bytes, using the padding character.No