Percona-Lab / pg_tde

MIT License
107 stars 19 forks source link

Add a function to validate if my data is encrypted #40

Closed ImTheKai closed 11 months ago

ImTheKai commented 11 months ago

As of today, the only way to check if my data was encrypted is to check the access method, and if pg_tde was used, it is encrypted.

This is complicated, and not user-friendly. We should add a function, that easily returns and shows if my data is encrypted or not.