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.

Storage of passwords in Google Chrome Extension

I started reading Google Chrome's documentation, and liked it's approach of using HTML and Javascript to create extensions. Reading this …

google-chrome passwords google-chrome-extension password-protection
How do I implement salt into my login for passwords?

I want to implement a salt into my login system but am a bit confused on how this is supposed …

security hash password-protection salt
What way is the best way to hash a password?

I'm working on a website that should be very safe for the users, so I need the hash the passwords. …

php hash password-protection password-encryption
Very simple authentication using one-time cookie on nginx

I have a site intended only for private consumption by 3 coders. It's simple HTML served by nginx directly but intended …

authentication cookies nginx password-protection http-authentication
What is a good way to produce a random "site salt" to be used in creating password retrieval tokens?

I would like to create a site-wide hash to be used as salt in creating password retrieval tokens. I have …

php security passwords hash password-protection
.htaccess Password protection keeps asking for password over and over

I've placed this code in the .htaccess file of the folder I want to protect: AuthName "restricted area" AuthType Basic …

apache .htaccess passwords password-protection .htpasswd
How can I generate a vBulletin password salt for the md5 hash while importing user data?

I'm transferring users from my old database to a vBulletin database. I want a script to do this as it'll …

passwords password-protection salt vbulletin
Vue Google Chrome Password Autofill disable

ım tryign to disable reminder of my password input field at my login screen. Here is my input field` <…

javascript google-chrome vue.js password-protection github-issues
Unzip Password-protected files

I am trying to extract files from a password-protected zip, in a USB drive, using PowerShell. I have looked up …

powershell password-protection 7zip