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