文件名称:得到缓冲区密码的例子(delphi读取获取密码缓存)
文件大小:0B
文件格式:ZIP
更新时间:2007-09-29 04:11:09
综合系统类
得到缓冲区的密码的例子 谈谈使用delphi读取获取密码缓存 通常而言,可以使用象pwltool.exe这样的工具来获取存于.pwl中的密码,但 有的时候也想自己动手试一试编程的乐趣,于是拜访了pwltool.exe作者的主页, 根据其中的一些资料,使用delphi编写了一个最简易的密码缓存读取程序。注意,程序只能读取本机当前用户的密码缓存信息。实际上,该程序是调用了mpr.dll中未公开的WNetEnumCachedPasswords函数 来取得缓存信息的 特献上此文,望众高手能挖掘更深层次的核心,以*博爱之精神将知识共享。
【文件预览】:
GetBufpsw
----test.~pas(3KB)
----Getpassword.cfg(386B)
----Password.htm(3KB)
----Password.files()
--------get_password.files()
--------get_password.htm(14KB)
--------banner.htm(2KB)
--------banner.files()
----test.pas(3KB)
----test.dfm(2KB)
----test.dcu(6KB)
----Getpassword.dof(1KB)
----Getpassword.res(876B)
----test.~dfm(2KB)
----Getpassword.dpr(189B)