Hi,
I'm looking to store some sensitive data in an existing (MySQL) database. Imagine for a moment that the user is already on a page that is only available when logged in as I've already got all that sorted (using a CMS). The page is not HTTPS at the moment and the data is stored in plain text in the database. I understand both of these to be very bad. How do I go about:
a)forcing https; and
b)encrypting data for the database and subsequently decrypting it to be read by the user.
I'm looking to store some sensitive data in an existing (MySQL) database. Imagine for a moment that the user is already on a page that is only available when logged in as I've already got all that sorted (using a CMS). The page is not HTTPS at the moment and the data is stored in plain text in the database. I understand both of these to be very bad. How do I go about:
a)forcing https; and
b)encrypting data for the database and subsequently decrypting it to be read by the user.