Dears,
I developed an mvc web application code first with oracle database.
After release this application my client needs to secure his database
So his employees when open database see encrypted data not the real data.
Now i cannot decide if i have to develop security layer in my application to decrypt/encrypt data or it should be done in database level
And what is the advantages and disadvantages of each solution
Thanks all