Is there a way to tell the server to en|de-crypt columns per session?
to not use ENCRYPT on queries
What im thinking of is
- connect to mysql server and provide secret (encryption key)
- server has config to en|edcrypt defined columns
- server receives query and auto-decrypt columns by config using the secret given on connection
Im just curious if something like this exists.