#include <arpa/inet.h>#include <string.h>#include "crypt.h"crypt.c包含/依赖关系图:

函数 | |
| void | qq_encipher (unsigned long *const v, const unsigned long *const k, unsigned long *const w) |
| void | qq_decipher (unsigned long *const v, const unsigned long *const k, unsigned long *const w) |
| void | qq_encrypt (unsigned char *instr, int instrlen, unsigned char *key, unsigned char *outstr, int *outstrlen_prt) |
| int | qq_decrypt (unsigned char *instr, int instrlen, unsigned char *key, unsigned char *outstr, int *outstrlen_ptr) |
| int | qq_crypt (unsigned char flag, unsigned char *instr, int instrlen, unsigned char *key, unsigned char *outstr, int *outstrlen_ptr) |
|
||||||||||||||||||||||||||||
|
||||||||||||||||
|
参考自 qq_decrypt(). |
|
||||||||||||||||||||||||
|
参考 qq_decipher(). 参考自 qq_crypt(). 函数调用图: ![]() |
|
||||||||||||||||
|
The QQ2003C protocol plugin for gaim Copyright (C) 2004 Puzzlebird This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA OICQ encryption algorithm Convert from ASM code provided by PerlOICQ Puzzlebird, Nov-Dec 2002 参考自 qq_encrypt(). |
|
||||||||||||||||||||||||
|
参考 qq_encipher(). 参考自 qq_crypt(). 函数调用图: ![]() |
1.4.4