Skip to content
Advertisement

Tag: administration

Where should I store an encryption key for php?

I’m writing a php application that accepts sensitive customer data, and so I need to encrypt it before storing it in a mysql database. I’m going to use mysql’s built-in AES functionality to do column-level encryption. I want to avoid storing the encryption key on the server, and so i’m going to provide a web-page for an administrator to log-in,

Advertisement