lidgren / lidgren-network-gen3

Lidgren Network Library
https://groups.google.com/forum/#!forum/lidgren-network-gen3
MIT License
1.19k stars 331 forks source link

Unity3D, uses classes not provided by unity .net version?? #78

Closed Walker-Case closed 8 years ago

Walker-Case commented 8 years ago

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?