Should I create the password column as a regular varchar and then insert like this:
sha1($pass_string)
Or should I do something extra upon the
You could also use the AES_ENCRYPT() function built into mysql for greater security. Link here
There is also a good how-to here explaining further: link