I have checked the implementation of the pgcrypto extension. It doesn't automatically encrypt and decrypt data, using EF Core and requires separate functions. Whereas, the "Always Encrypted" feature of SQL Server does it transparently without much code change.

So is there anything like this available in PostgreSQL as well?

0

There are 0 best solutions below