UWP: AES encryption and decryption
问题 I had a simple class to do some basic local encryption for Windows Phone 8. I wanted to use the class again in a new UWP Windows 10 app for the Windows Store. Unfortunately I cannot use the AesManaged class anymore. I tried to use Windows.Security.Cryptography.Core , but I'm completely stuck. This is the original class I used for Windows Phone 8. I must have found it somewhere on the internet back then. using System.Security.Cryptography; namespace TestGame { public class AesEnDecryption {