I am wondering what the preferred method is for data encryption in MVC 5? I am using code-first approach in Visual Studio 2013, and need to store sensitive data in the DB.
I was assuming I could use whatever is built into ASP.Net to store the users password. I am guessing I need to create my own encryption logic. Should I use Enterprise Library? Some other library?
Go to the complete details ...