I want to enter about 40 users into my club's membership table using the data entry capability of MySQL Workbench. One of the fields is the password. I want to be able to encrypt the password as it is entered. Is there a way to do that?
↧