C# Class cyberh0me.Utilities.Base32

显示文件 Open project: cyberh0me/OTP

Public Methods

Method Description
ToBytesBase32 ( this input ) : byte[]
ToStringBase32 ( this input ) : string

Private Methods

Method Description
CharToValue ( char c ) : int
ValueToChar ( byte b ) : char

Method Details

ToBytesBase32() public static method

public static ToBytesBase32 ( this input ) : byte[]
input this
return byte[]

ToStringBase32() public static method

public static ToStringBase32 ( this input ) : string
input this
return string