Hi -
I am needing to store sensitive data like a Social Security Number in our database that will be used by our web application.
Should the data be encrypted by PHP before it is passed to mysql OR should it be encrypted by mysql OR should I encrypt in both places so that it is double encrypted?
thanks