1SNOBOL4BASE64(3)                CSNOBOL4 Manual               SNOBOL4BASE64(3)
2
3
4

NAME

6       Base 64 encoding and decoding
7

SYNOPSYS

9           -INCLUDE 'base64.sno'
10

DESCRIPTION

12       BASE64_ENCODE(string)
13           returns base64 encoded string.
14
15       BASE64_DECODE(base64_string)
16           returns decoded string.  Ignores whitespace.
17
18       BASE64URL_ENCODE(string)
19           returns base64 encoded string, replacing + and / with - and _.
20
21       BASE64URL_DECODE(base64url_string)
22           returns base64 decoded string.
23

COMPATIBILITY

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

SEE ALSO

28       snobol4(1)
29

AUTHORS

31       Borenstein, Freed, ISC, IBM, OpenBSD, Budne
32
33
34
35CSNOBOL4B 2.3.1                 March 31, 2022                SNOBOL4BASE64(3)
Impressum