C# 클래스 WebQQ.Util.QQEncryptor

QQ加密解码
파일 보기 프로젝트 열기: huoshan12345/iQQ.Net

공개 메소드들

메소드 설명
Gtk ( string skey ) : string

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

Hash ( long uin, string ptwebqq ) : string

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

Time33 ( string str ) : long

登录邮箱时用到的,auth_token

메소드 상세

Gtk() 공개 정적인 메소드

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

Hash() 공개 정적인 메소드

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

Time33() 공개 정적인 메소드

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