dwyl / abase

:house: A (solid) Base for your Web Application.
9 stars 0 forks source link

Database Encryption #9

Closed nelsonic closed 5 years ago

nelsonic commented 8 years ago

http://www.postgresql.org/docs/8.1/static/encryption-options.html

nelsonic commented 5 years ago

Encryption will be done at the Application layer to reduce load on the database. see: https://github.com/dwyl/phoenix-ecto-encryption-example We will be using Custom Ecto Types for all encrypted fields e.g: https://github.com/dwyl/fields/issues/12