Where does Internet Explorer store saved passwords?

I found the answer. IE stores passwords in two different locations based on the password type: Http-Auth: %APPDATA%\Microsoft\Credentials, in encrypted files Form-based: HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2, encrypted with the url From a very good page on NirSoft.com: Starting from version 7.0 of Internet Explorer, Microsoft completely changed the way that passwords are saved. In previous versions (4.0 … Read more

Easy way to password-protect php page

Not exactly the most robust password protection here, so please don’t use this to protect credit card numbers or something very important. Simply drop all of the following code into a file called (secure.php), change the user and pass from “admin” to whatever you want. Then right under those lines where it says include(“secure.html”), simply … Read more