TBase32 Class Utility class for Base32 encoding and decoding. Syntax Unit: Sphinx.Otp TBase32 = class(TObject); Methods Name Description Decode Decodes the input Base32 string to a byte array. Encode Encodes the input byte array to a Base32 string.