开发者

Heroku - How to encrypt the database

开发者 https://www.devze.com 2023-02-10 00:07 出处:网络
Is there a开发者_开发知识库 recommended way for encrypting sensitive data on Heroku in a way that would satisfy the a large company\'s IT security compliance requirements?PostgreSQL has pgcrypto to en

Is there a开发者_开发知识库 recommended way for encrypting sensitive data on Heroku in a way that would satisfy the a large company's IT security compliance requirements?


PostgreSQL has pgcrypto to encrypt your data. The PGP encryption functions will do the job for you, just let Heroku use these functions.


Personally I am leaning toward app-level management of encrypted data in the DB. i.e. each user has its own public/private key stored in a separate DB on a separate server (maybe the app server itself).

0

精彩评论

暂无评论...
验证码 换一张
取 消