I currently have a php website running off a mysql database. I have people do things like login, etc. Naturally, that means I have a table of users and have to store their passwords.
I am the only one that can actually get on the server and see the passwords in the user table, but I don't like the idea of them just being out there for me to see even....as lots of people like using the same password on multiple things. Is there some column type in mysql I should be using instead of just plain old text? Thanks in advance for any help.
I am the only one that can actually get on the server and see the passwords in the user table, but I don't like the idea of them just being out there for me to see even....as lots of people like using the same password on multiple things. Is there some column type in mysql I should be using instead of just plain old text? Thanks in advance for any help.