搜索资源列表
QQ
- QQ聊天记录查看器,不需要QQ密码就能看到聊天记录
截取QQ密码实例
- 前阵子弄的东东,可以获得qq密码,后自动发送指定邮箱,运用了键盘鼠标钩子,自定义热键, 和indy的smtp控件,hook.dll的代码是盒子里以为大虾写的,我这里借用一下,有些改动, 现只对qq2008版有效,对最新版qq不好使,有兴趣的朋友可以研究研究。。。 快捷键 ctrl+shift+alt+f7 显示 ctrl+shift+alt+f8 退出
QQ密码加密函数模块,MD5+BASE64示例
- 新QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BAS
【VB.net QQ*源代码】 完美截取QQ密码
- VC截取QQ密码
DetourQQ
- 在遗失 QQ 密码的情况下,使用 DetourQQ 可以进行本地登录,并使用其所有的离线功能(如查看好友信息、 查看聊天记录等)。-QQ passwords lost in the circumstances, the use of local DetourQQ can log in and use all of its off-line functions (see their friends information, view ch
QQ*器
- QQ*器,很好用的,密码双击下就有了。-QQ-mass, the good, password under there will be a double-click.
qq尾巴仿镇
- 欢迎借鉴,不要乱用。没有任何密码,大家随便下吧-welcome to learn except confusion.It has no password,everyone literally next
zhy123_QQ05Pass
- 可以获得qq密码,后自动发送指定邮箱,运用了键盘鼠标钩子,自定义热键,和indy的smtp控件,现只对qq2005贺岁版有效,对最新版qq不好使,有兴趣的朋友可以看看。。。 -can qq passwords, automatically sending the designated mailbox, using a keyboard and mouse hook, since the definition of hotkey, a
ASP+falsh实例
- 系统的主要功能有: 1、留言:签写留言、修改留言、固顶留言、删除留言、回复留言 2、留言本设置:留言本名、留言本简介、密码更改、每页留言数、版主信息(姓名、QQ、Email、主页) 3、游戏区:共有3个游戏[Etp贪食蛇/Etp推箱子/Etp顶球游戏]。 4、Mp3播放器:音乐播放、音量控制、音乐列表、音乐列表管理 5、其它功能:词语过滤、自定义头像、文字效果、整体颜色变换 -system's main
aqq
- 一个用vc开发的可以在本地电脑偷取qq密码程序-a vc used in the development of the local computer can steal passwords procedures qq
QQlogger
- 在遗失 QQ 密码的情况下,使用 DetourQQ 可以进行本地登录,并使用其所有的离线功能(如查看好友信息、 查看聊天记录等)。 -QQ passwords lost in the circumstances, the use of local DetourQQ can log in and use all of its off-line functions (see their friends information, view c
hdoicq
- N多年前的QQ密码扫描工具,拿出来学习-N years ago QQ passwords scanning tool to study show
200603301628629
- QQ密码计算器,源程序需要在SGWINDOW开发平台上才能编译, 一般的编译器无法编译此程序.-QQ passwords calculators, and the need SGWINDOW source development platform can be built, general compiler can not compile the program.
QQHash
- QQ密码加密算法实现,-QQ password encryption algorithm,
QQLogin
- 一个QQ登陆器的源码。实现QQ密码的加密算法。-1 landers QQ source. Achieve QQ password encryption algorithm.
laihongbo_HashCracker_v1.0
- 说明:支持标准MD5、SHA1、Inno密码、QQ密码、Serv-U密码。 支持多线程。 支持进度保存、读取。-Descr iption: to support the standard MD5, SHA1, Inno password, QQ password, Serv-U password. Support multi-threading. Support the progress of preservation, t
QQaaa
- QQ密码加密算法工具(附原代码),不过这个好像是以前的版本-QQ password encryption algorithm tool (with source code), but this seems to be the previous version
QQPW
- QQ密码加密算法 QQ密码加密算法 VB代码-VB code QQ password encryption algorithm
qq_password
- qq 密码转换,可以通过转后后的密码直接登录qq程序。-qq password conversion, you can change the password after the log in directly after the qq process.
QQ
- QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能