A utility for encoding strings and byte arrays to a base64 string, and decoding from strings encoded in base64 to byte arrays.
A utility for encoding strings and byte arrays to a URL-safe base64 string, and decoding from strings encoded in base64 to byte arrays.
A collection of utilities for encoding strings and byte arrays to and decoding from strings compressed from with gzip.