How to encrypt a password field in forms
Hi all,
In my current project I have a table storing user and password fields. (first name last name etc ...)
I have also a form to create that users and a login form checking the value pair usr/pwd.
For security reasons I want that the password value stored in the database is encrypted so that noone can use the credential of another user (eg by select in the database).
I don't know how to achieve that.
Thanks for your help !
Jean-Yves