Top "Passwords" questions

Passwords are primarily used as a way of accessing information and also limiting the number of users who can get access to a machine.

How to make ssh receive the password from stdin

How can you make SSH read the password from stdin, which it doesn't do by default?

ssh passwords stdin
How to add a Password input type in flutter makes the password user input is not visible , just like Android Native EditText 's inputtype:password?

i meet a problem that Flutter 's TextInputType do not have a password type: /// All possible enum values. static const …

passwords flutter
Base64 Authentication Python

I'm following an api and I need to use a Base64 authentication of my User Id and password. 'User ID …

python api authentication passwords request
Java - How to store password used in application?

I'm developing an application which read some data from a db. The connection to the db is performed through standard …

java passwords store
How to reset the root password in MySQL 8.0.11?

I have actually lost my root password and I need to change it. I follow these steps : Step # 1: Stop the …

mysql passwords root
gnupg: There is no assurance this key belongs to the named user

I'm trying to use interesting password management tool named Pass. I did the following: Installed gpg tool $ sudo dnf install …

encryption passwords public-key-encryption gnupg
jQuery password strength checker

I'm quite new to jQuery, and I've written a simple function to check the strength of a password for each …

javascript jquery passwords logic
How to check username and password matches the database values

I'm really sorry if the question looks silly. But I've been trying for days to check my username and password …

php mysql passwords password-hash php-password-hash
php password_hash and password_verify issues no match

I am trying out a new function from PHP 5.5 called password_hash(). No matter what i do the $hash and …

php passwords php-password-hash
Hash Password in C#? Bcrypt/PBKDF2

I looked up msdn and other resources on how to do this but i came up with no clear solutions. …

c# .net hash passwords bcrypt