Hi
In Employee table , there is one column Personal Identification number . It is simple varchar column right now. But I want to change it should be unreadable format to other people who are going to check the database. That value only should be read from the Application , outside the application the value cannot be read. What is the best way to implement in asp.net core. Please help .