On this page:
base64-encode
base64-decode

1 Base64

Base64 encoding and decoding routines.

procedure

(base64-encode bytes)  String

  bytes : Bytes
Base64 encode a byte array to a string.

procedure

(base64-decode str)  Bytes

  str : String
Base64 decode the given string to an array of bytes.