Skip to content

Column-level encryption of data in multiple RDS databases like RDS MySQL, PGSQL & MSSQL without involving any coding at database/application level.

0

Hi, I am looking for a solution on column-level encryption of multiple RDS databases without involving any coding at database/application level. The only solution I found so far which matches the requirement closely is a partner based solution that is proxy based Baffle DPS. Is this the only one available or any other alternate options?

1 Answer
0

Sql server supports column-level encryption natively. So, you can use that. [https://aws.amazon.com/blogs/database/column-level-encryption-on-amazon-rds-for-sql-server/]

Other databases like PostgreSql or MySql don't support it natively. So, you need application level changes for those.

EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.