0

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.

cottton
  • 1,522
  • 14
  • 29
  • @Shadow this is not a duplicate of the post you added. Im asking if a feature exists. And if so what its called. – cottton Sep 25 '18 at 01:16
  • What you are looking for is called encryption at rest. Hence the duplicate. – Shadow Sep 25 '18 at 05:05

0 Answers0