snobol4base64 - Man Page

Base 64 encoding and decoding

Synopsys

-INCLUDE 'base64.sno'

Description

BASE64_ENCODE(string)

returns base64 encoded string.

BASE64_DECODE(base64_string)

returns decoded string.  Ignores whitespace.

BASE64URL_ENCODE(string)

returns base64 encoded string, replacing + and / with - and _.

BASE64URL_DECODE(base64url_string)

returns base64 decoded string.

Compatibility

https://tools.ietf.org/html/rfc4648

See Also

snobol4(1)

Authors

Borenstein, Freed, ISC, IBM, OpenBSD, Budne

Referenced By

snobol4json(3), snolib(3).

March 31, 2022 CSNOBOL4B 2.3.1 CSNOBOL4 Manual