0

I have present my database and I have encrypt the complete database is there any way to encrypt database ? Version : Postgres 9.6

kunal wani
  • 31
  • 2
  • 6
  • 1
    Use an encrypted filesystem? –  Oct 07 '19 at 10:42
  • I have encrypt the database then if anyone fire any query then data should show encrypted format – kunal wani Oct 07 '19 at 10:51
  • If you want to encrypt data on column level, you need to do that yourself, e.g. using [pgcrypto](https://www.postgresql.org/docs/current/pgcrypto.html) –  Oct 07 '19 at 11:04
  • https://stackoverflow.com/questions/26376605/encrypt-the-datas-in-postgresql –  Oct 07 '19 at 11:08
  • https://stackoverflow.com/questions/42428360/postgresql-encrypt-column-with-pgcrypto –  Oct 07 '19 at 11:09
  • https://stackoverflow.com/questions/50602705/postgres-how-to-encrypt-a-column-and-his-data –  Oct 07 '19 at 11:09
  • If I want to encrypt the complete database? is there any way? – kunal wani Oct 07 '19 at 11:56
  • 1
    How do you plan do decrypt the content? If everything is encrypted, then how do you maintain foreign keys? If the contents is decrypted, then how do you plan to search inside the content? What kind of threat are you expecting that can be prevented using encrypted data? –  Oct 07 '19 at 13:25

0 Answers0