C# Class WebQQ.Util.QQEncryptor

QQ加密解码
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
Gtk ( string skey ) : string

计算GTK(gtk啥东东?)这个数在操作群和空间时会用到。

Hash ( long uin, string ptwebqq ) : string

用于获取好友列表 由js改写而来

Time33 ( string str ) : long

登录邮箱时用到的,auth_token

Method Details

Gtk() public static method

计算GTK(gtk啥东东?)这个数在操作群和空间时会用到。
public static Gtk ( string skey ) : string
skey string
return string

Hash() public static method

用于获取好友列表 由js改写而来
public static Hash ( long uin, string ptwebqq ) : string
uin long
ptwebqq string
return string

Time33() public static method

登录邮箱时用到的,auth_token
public static Time33 ( string str ) : long
str string
return long