BASE64 encoding/decoding
== Description ==
Compute the BASE64 encoding/decoding of a string.
== Synopsis ==
=== Server & Client ===
(base64-encode string)
(base64-decode string)
=== Requirements ===
Client codes using //BASE64// facilities need to load the
script ++base64.js++. Hence, documents using //BASE64// must include in their
header, the following statement:
( :include "base64")
== Examples ==
base64-
== Server & Client Definitions ==
=== ++(base64-encode string)++ ===
base64-encode
base64-encode
^ arguments ^ type ^ description ^
| string | string | The string to be encoded. |
=== ++(base64-decode string)++ ===
base64-decode
base64-decode
^ arguments ^ type ^ description ^
| string | string | The string to be decoded. |
== See also ==
base64, md5