What is the best suggested method for encrypting/decrypting sensitive material in a DB over the web? For example, a password column in a users table for checking to see who has access or not. I know that MySQL provides its own functionality from within its environment, but I have not seen a method available through DBD::MySQL. Is it available? Or should I just write my own encrypt/decrypt algorithms?
Thanks, Ward
