-
The "base32hex" encoding specified by
RFC 4648 section 7, Base 32 Encoding
with Extended Hex Alphabet.
The "base64url" encoding specified by
RFC 4648 section 5, Base 64 Encoding
with URL and Filename Safe Alphabet, also sometimes referred to as the "web safe Base64." (This
is the same as the base 64 encoding with URL and filename safe alphabet from
RFC 3548.)
Returns an encoding that behaves equivalently to this encoding, but decodes letters without
regard to case.
Returns an encoding that behaves equivalently to this encoding, but encodes and decodes with
lowercase letters.
Returns an encoding that behaves equivalently to this encoding, but omits any padding
characters as specified by
RFC 4648
section 3.2, Padding of Encoded Data.
Returns an encoding that behaves equivalently to this encoding, but encodes and decodes with
uppercase letters.
Returns an encoding that behaves equivalently to this encoding, but uses an alternate character
for padding.
Returns an encoding that behaves equivalently to this encoding, but adds a separator string
after every n characters.