Beispiel #1
0
        public string encrypt(string username, string userpass)
        {
            string t   = "";
            string ac  = AppConfig.AppCode();// "ITMS-HVKTQS";
            MaHoa  sec = new MaHoa();

            t = sec.encrypt(ac, username + "_WEB_" + userpass);
            return(t);
        }