Hiding the password in a MySQL table
Posted: Sun Jan 18, 2009 10:17 am
Now here is my problem.
I have builded a registering system that works as I want, only I don't want the password to show up as it is written in the password column. Why? It simply breaks the privacy of a user who wants to register.
I heard about base64_encode() and eval(), but I'm not sure if they come handy for what I want.
What's the best solution?
I have builded a registering system that works as I want, only I don't want the password to show up as it is written in the password column. Why? It simply breaks the privacy of a user who wants to register.
I heard about base64_encode() and eval(), but I'm not sure if they come handy for what I want.
What's the best solution?