I have an application based on NETCore 2.2.0. I am using Postgres as my database and using EntityFramework.
Is there any way in which I can avoid directly using pgcrypto library, rather encrypt only a few columns of the table with the help of EF or npgsql or any other NuGet package?