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.

How to create a asp.net membership provider hashed password manually?

I'm using a website as a frontend and all users are authenticated with the standard ASP.NET Membership-Provider. Passwords are …

asp.net asp.net-membership hash password-protection salt
Can I run my static website from an S3 Bucket, and add password protection?

I'm running a static website completely from an Amazon S3 bucket, but I want to password protect my content. Is …

amazon-s3 password-protection
Generate a password protected ZIP file in node.js

I need to create a ZIP file in node.js, protected by a password. I am using "node-zip" module, that …

javascript node.js zip password-protection
PHP and MySQL - how to avoid password in source code?

I have a small PHP application storing data in a MySQL database. Currently username / password are hard-coded in the PHP …

php mysql password-protection
password protect website with .htaccess and .htpasswd - error - "Could not open password file:"

We have Plesk site builder through our webhosting with Charter. Using it to create a simple development website. I am …

apache .htaccess password-protection plesk .htpasswd
How to disable the "save password" dialog on an Android WebView?

I'd like to know how to prevent an Android WebView form asking to save the "password-data" from a html form? …

android android-webview password-protection
How to connect to a database that requires password without exposing the password?

I am creating an application and I need to connect to a database. The database requires login/password so the …

java database security cryptography password-protection
Using HMAC-SHA1 for API authentication - how to store the client password securely?

In a RESTful API that uses S3-style authentication, the API client signs the request with his secret key using …

security encryption password-protection hmac
Munin, apache and how to password protect munin

I am using apache2 and munin server on Ubuntu. How do I password protect domain.com/munin with this username …

apache2 password-protection munin
Opening and creating password protected zip files with PHP

I have found the following two commands to respecively create and open password protected zip files. I was however wondering …

php zip password-protection