Changed the CSP to RinjdaelManaged from RC2 and revised the algorithm for key generation so that it was not just the passphrase converted to a byte array, but generated by PasswordDeriveBytes using an MD5 hash.
Added a unit test for Encrypt/Decrypt.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Build 2.1.0.273
Changed the CSP to RinjdaelManaged from RC2 and revised the algorithm for key generation so that it was not just the passphrase converted to a byte array, but generated by PasswordDeriveBytes using an MD5 hash.
Added a unit test for Encrypt/Decrypt.