Apparently this program uses AesCryptoServiceProvider in NetAESEncryption. I've read somewhere that apparently System.Security.Cryptography.RijndaelManaged is kind of a replacement class for it however I would like for this to be verified. I don't plan on using cryptographic functions for this so for now I'm just going to implement it. Is there something else that I should be doing here that wasn't listed in the wiki?
Apparently this program uses AesCryptoServiceProvider in NetAESEncryption. I've read somewhere that apparently System.Security.Cryptography.RijndaelManaged is kind of a replacement class for it however I would like for this to be verified. I don't plan on using cryptographic functions for this so for now I'm just going to implement it. Is there something else that I should be doing here that wasn't listed in the wiki?