Code Section:
public static string Decrypt(string text) { // AesCryptoServiceProvider using (AesCryptoServiceProvider aes = new AesCryptoServiceProvider()