ASL-19 / civicdr-backend

GNU General Public License v3.0
0 stars 1 forks source link

Encrypt data in postgresql #37

Closed seamustuohy closed 5 years ago

seamustuohy commented 6 years ago

We need to be encrypting data we store in the SQL database. Because we currently use postgresql we can use the pgcrypto module to do this. Some points on the roll-out.

Sorry for taking so long in getting this moved into the issue queue. When I was telling @mrphs that we didn't currently encrypt the database I tried to point him to the issue that showed it in our roadmap. It was only then that I realized that I never moved it to the public issue queue!

mrphs commented 6 years ago

Any update on this? I don't feel comfortable suggesting use of this platform if the data at rest isn't being encrypted, while it's hosted on 3rd party servers and backup/data-retention policies are not exactly clear.

AurangZ commented 6 years ago

We are working on it. We'll update this ticket and close it once it's fixed.

MayaAvaz commented 6 years ago

The database itself is now encrypted via the solution offered by host service.

mrphs commented 6 years ago

Hey @MayaAvaz can you be a little more specific about this solution?