C# Class NodeNetAsync.Db.Mysql.MysqlAuth

Mostra file Open project: soywiz/NodeNetAsync

Public Methods

Method Description
Token ( byte Password, byte ScrambleBuffer ) : byte[]

Private Methods

Method Description
Sha1 ( byte Data ) : byte[]
Xor ( byte Left, byte Right ) : byte[]

Method Details

Token() static public method

static public Token ( byte Password, byte ScrambleBuffer ) : byte[]
Password byte
ScrambleBuffer byte
return byte[]