I\'m developing a web service where users must login. I will store user data in an SQL database and input/output via PHP. But I don\'t want to store it openly. How do I encr
You need to salt and hash the password, using an appropriately secure algorithm.