Relative Content

Tag Archive for postgresqlgoogle-cloud-platformgoogle-cloud-sql

How to use client side encryption for Cloud SQL Postgres in a way that only the end user have access to their data?

I have an App running at GCP App Engine wich stores data in a Cloud SQL PostgreSQL.
Since this App is aimed to be used by various diferent clients, I need a way to guaratee to them that they are the only ones that have access to their respective data, even when I am the one who manages the cloud services on GCP.
The only way I foud that this could be achived is by means of client side enchryption (please correct me if I am wrong).

How to use client side cryptography for Cloud SQL Postgres in a way that only the end user have access to their data?

I have an App running at GCP App Engine wich stores data in a Cloud SQL PostgreSQL.
Since this App is aimed to be used by various diferent clients, I need a way to guaratee to them that they are the only ones that have access to their respective data, even when I am the one who manages the cloud services on GCP.
The only way I foud that this could be achived is by means of client side enchryption (please correct me if I am wrong).