The Cryptography PostSharp Aspects
Today I would like to write some aspects for security and encryption of sensitive data in our application. Because I am a huge fan of the PostSharp Framework, I will try to prepare two aspects. That will be EncryptData and DecryptData aspects. Also, I need to be sure that my aspects work very fast. So I will try to measure working aspects with the ANTS Performance Profiler 6 that I have. So Continue ReadingThe Cryptography PostSharp Aspects