C# Class cyberh0me.Utilities.Base32

Afficher le fichier Open project: cyberh0me/OTP

Méthodes publiques

Méthode Description
ToBytesBase32 ( this input ) : byte[]
ToStringBase32 ( this input ) : string

Private Methods

Méthode Description
CharToValue ( char c ) : int
ValueToChar ( byte b ) : char

Method Details

ToBytesBase32() public static méthode

public static ToBytesBase32 ( this input ) : byte[]
input this
Résultat byte[]

ToStringBase32() public static méthode

public static ToStringBase32 ( this input ) : string
input this
Résultat string