z-base-32 is a lowercase base-32 encoding designed to be easily hand-written and read.
It is specified at http://www.zer7.com/files/oss/cryptsharp/zbase32.txt.
Namespace: CryptSharp.UtilityAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public static BaseEncoding ZBase32 { get; private set; }
See Also