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.

Password encryption at client side

Possible Duplicate: About password hashing system on client side I have to secure the passwords of my web site users. …

javascript jsp ssl passwords password-hash
How to bind to a PasswordBox in MVVM

I have come across a problem with binding to a PasswordBox. It seems it's a security risk but I am …

c# wpf mvvm wpf-controls passwords
Programmatically change input type of the EditText from PASSWORD to NORMAL & vice versa

In my application, I have an EditText whose default input type is set to android:inputType="textPassword" by deault. It …

android passwords android-edittext
Error # 1045 - Cannot Log in to MySQL server -> phpmyadmin

We have installed PHPMyAdmin on a windows machine running IIS 7.0. We are able to connect to MySQL using command-line, But …

mysql login passwords phpmyadmin windows-server-2008-r2
How to create a laravel hashed password

I am trying to create an hashed password for Laravel. Now someone told me to use Laravel hash helper but …

php security laravel hash passwords
Input type=password, don't let browser remember the password

I remember seeing a way to have an <input type="password" /> such that the browser will not prompt …

html passwords
What is the easiest way to encrypt a password when I save it to the registry?

Currently I'm writing it in clear text oops!, it's an in house program so it's not that bad but I'd …

c# encryption passwords
How to hash a password

I'd like to store the hash of a password on the phone, but I'm not sure how to do it. …

c# security hash passwords windows-phone-7
How can I hash a password in Java?

I need to hash passwords for storage in a database. How can I do this in Java? I was hoping …

java passwords cryptographic-hash-function
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