Static class that does BASE32 encoding and decoding as defined in RFC4648: https://datatracker....
static byte[] Decode(string Base32)
Converts a Base32-encoded string to its binary representation.
static string Encode(byte[] Data)
Converts a binary block of data to a Base32-encoded string.