摘要: 密码怎么能存下来呢,要存也存一个Hash以后的啊。失败,程序直接就找出密码来了。windows xp + vc++ 7.0下编译通过。#include <windows.h>#include <wincrypt.h>#include <stdio.h>#pragma comment(lib, "Crypt32.lib")//Following definitio... 阅读全文
posted @ 2005-08-19 11:07 James 阅读(1125) 评论(0) 推荐(0)