using System; using System.Security.Cryptography; using System.Text; public class AesHelper { public static string Encrypt(string text, string ke