Hi, I'm making my first ASP.NET app and I was finally able to connect to mysql database through entity framework. However I have a table that uses AES encryption for some fields and I need to save the info and get it back decrypted, so I was wondering how can I do it?
thx a lot