Anyone figured out a good way to pull encrypted values from db through entity framework 4?...I got a MySql db with some columns encrypted with des_encrypt and need to be able to get those values as easy as possible, and also of course, update and insert t...