搜索资源列表
LogonNP
- This Windows NT Sample Network provider implements a small subsection of the NP interface. What it shows is how you can sample logon information when a logon is performed. This \"credential sampling\" is often useful for implementing uni
PasswordSpy
- PasswordSpy 程序最有趣的部分其实是使用 SetWindowsHookEx API.函数设置Windows 钩子。利用该函数你可以将钩子安装到操作系统中或者某个特定的进程中。钩子的种类有很多种,每种钩子作用也不尽相同,用来监视特定的一组事件。当某一类事件发生时,钩子代码被调用。PasswordSpy使用WH_GETMESSAGE钩子,它监视对GetMessage 和PeekMessage 的调用.-PasswordSpy is a program that will allow you
disklogon
- Logon to windows via cool disk
TestDb
- 对windows登录验证的功能进行打包封装成用户控件,方便重用-Pairs of windows logon authentication features packaged into a user control package to facilitate the reuse
get_logon_failures
- scr ipt to interogate remote windows 2003 and to get all logon failures
AutologonSource
- Introduction Autologon enables you to easily configure Windows’ built-in autologon mechanism. Instead of waiting for a user to enter their name and password, Windows uses the credentials you enter with Autologon, which are encrypted in the Registry
Getusers
- vc++编程获得Windows系统的登录用户名,很多都是Administrator,如上图的编译所示,这个要跟系统的SAM相关了,因为Windows的登录信息存取在Windows目录的SAM文件中,这个文件是经过特殊加密的,一般情况下不容易被打开,通过这个小程序你或许会从中学习到什么。 -vc++ programming access to Windows system logon user name, many of which are Administrator, compile the
KeePass_Src
- KeePass is a free, open-source, light-weight and easy-to-use password safe. .-can remember all those passwords Nowadays you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your homepage s FTP
yuanchengdenglu
- 学习使用Windows XP自带的远程登录桌面连接功能;利用远程桌面连接实现远程登录;了解建立远程连接的具体过程;了解远程终端有关协议。 -Learn to use Windows XP comes with Remote Desktop Connection logon function use Remote Desktop Connection for remote login to understand the specific process of establishing a
simulation--windows-logon
- C语言模仿windows登陆时的界面,用于新手的对C语言的学习兴趣-C language to imitate windows login interface for novice interested in learning the C language
huifu
- Windows XP启动脚本(startup scr ipts)是计算机在登录屏幕出现之前运行的批处理文件,它的功能类似于Windows 9×和DOS中的自动执行批处理文件autoexec.bat。利用这个特性,可以编写一个批处理文件重新设置用户密码,并将它加入启动脚本中,这样就达到了目的。- The Windows XP startup scr ipt (the startup scr ipts) is the computer running the batch file before
LogonUser
- windows登录用户认证,用校验码进行验证(The UI of user logon for windows)