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 save password when using Subversion from the console

I was wondering if there is a way to save my Subversion password when doing svn operations from the console. …

svn passwords
Can anyone confirm that phpMyAdmin AllowNoPassword works with MySQL databases?

I have a version of phpMyAdmin located on my local Apache server. I am trying to login without a password …

php mysql apache passwords phpmyadmin
mcrypt is deprecated, what is the alternative?

The mcrypt-extension is deprecated will be removed in PHP 7.2 according to the comment posted here. So I am looking for …

php encryption passwords php-7 mcrypt
Hide password with "•••••••" in a textField

In my app there is a textField where the user have to put is password in and i want that …

swift passwords
Password masking console application

I tried the following code... string pass = ""; Console.Write("Enter your password: "); ConsoleKeyInfo key; do { key = Console.ReadKey(true); // Backspace …

c# passwords console-application user-input masking
Laravel Password & Password_Confirmation Validation

I've been using this in order to edit the User Account Info: $this->validate($request, [ 'password' => 'min:6', …

laravel validation passwords
How to send password securely over HTTP?

If on a login screen user submits a form with his username and password, the password is sent in plain …

security http encryption passwords plaintext
ASP.NET Identity's default Password Hasher - How does it work and is it secure?

I am wondering wether the Password Hasher that is default implemented in the UserManager that comes with MVC 5 and ASP.…

c# asp.net security passwords asp.net-identity
How do I login and authenticate to Postgresql after a fresh install?

Did a new install of postgres 8.4 on mint ubuntu. How do I create a user for postgres and login using …

postgresql authentication passwords ident
Windows equivalent of OS X Keychain?

Is there an equivalent of the OS X Keychain, used to store user passwords, in Windows? I would use it …

windows security passwords