Top "Password-storage" questions

Password storage is often a tricky issue - where do you keep it so that it is well protected?

How do I create and store md5 passwords in mysql

Probably a very newbie question but, Ive been reading around and have found some difficulty in understanding the creation and …

php mysql password-storage
MySQL Check if username and password matches in Database

I have a form which has a textbox with the name attribute username and another one with the name attribute …

php mysql authentication hash-function password-storage
How should I ethically approach user password storage for later plaintext retrieval?

As I continue to build more and more websites and web applications I am often asked to store user's passwords …

security password-encryption password-storage
What is the best practice for securely storing passwords in Java

What would be the recommended way for storing passwords in a Java desktop application? I want the user to have …

java security password-storage
Sequelize: don't return password

I'm using Sequelize to do a DB find for a user record, and I want the default behavior of the …

sequelize.js password-storage
Why not use MD5 for password hashing?

I have a friend which is a white hat hacker. He says that md5 is not really that bad and …

security hash passwords md5 password-storage
Should you use AccountManager for storing Usernames and Passwords for an Android app?

I would like to know if one should implement AccountManager to save user credentials such as username, email, passwords etc. …

java android accountmanager password-storage android-account
SALT and HASH using pbkdf2

I am using the following methods to create a salted and hashed password from the crypto lib in nodejs: crypto.…

node.js passwords pbkdf2 password-storage
Password max length with bcrypt, blowfish

My question derives from this How to hash long passwords (>72 characters) with blowfish I am using bcrypt(blowfish) to …

encryption passwords password-encryption password-storage password-policy
Password storage in source control

We store all our application and db passwords in plain text in source control. We do this as our build/…

password-protection password-storage