0

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

8
  • 1
    Use an encrypted filesystem? Commented Oct 7, 2019 at 10:42
  • I have encrypt the database then if anyone fire any query then data should show encrypted format Commented Oct 7, 2019 at 10:51
  • If you want to encrypt data on column level, you need to do that yourself, e.g. using pgcrypto Commented Oct 7, 2019 at 11:04
  • stackoverflow.com/questions/26376605/… Commented Oct 7, 2019 at 11:08
  • 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? Commented Oct 7, 2019 at 13:25

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.