【1】C#中 允许进行加密

     System.Security.Cryptography;
			 
			 var      aesM    =       new AesManaged();
			 var      md5M   =       MD5.Create();