Top "Password-protection" questions

Password protection is used to ensure only authorized users (i.e. those who know the password) can access or modify certain information.

Removing the password from a VBA project

How can I programmatically remove a (known) password from an Excel VBA project? To be clear: I want to remove …

vba security excel password-protection
How do you use bcrypt for hashing passwords in PHP?

Every now and then I hear the advice "Use bcrypt for storing passwords in PHP, bcrypt rules". But what is …

php passwords cryptography password-protection bcrypt
SQLite with encryption/password protection

I'm just learning to use SQLite and I was curious if such is possible: Encryption of the database file? Password …

encryption sqlite password-protection
Easy way to password-protect php page

I have a page I want to password-protect. I've tried doing HTTP authentication, but for some reason it doesn't work …

php password-protection
Where does Internet Explorer store saved passwords?

Where does Internet Explorer store saved passwords? And since this is a programming site, I'm not literally asking for the …

security internet-explorer passwords password-protection
HTTP authentication logout via PHP

What is the correct way to log out of HTTP authentication protected folder? There are workarounds that can achieve this, …

php authentication .htaccess http-headers password-protection
Password protecting a directory and all of it's subfolders using .htaccess

I am trying to password protect a subdomain and all of it's subdirectories and files, but my knowledge on the …

.htaccess password-protection
How to remove .htaccess password protection from a subdirectory

I have password protected my entire website using .htaccess but I would like to expose one of the sub directories …

.htaccess password-protection subdirectory
Eclipse secure storage

Is it possible to disable completely the secure storage password of Eclipse? I am running Eclipse Helios on Windows 7.

eclipse password-protection
Password protect a specific URL

The site is on shared hosting. I need to password protect a single URL. http://www.example.com/pretty/url …

.htaccess password-protection