Exemplo n.º 1
0
        public void TestMd5()
        {
            string s = MD5Util.EncryptToUpper("123456");

            Assert.IsTrue(s == "E10ADC3949BA59ABBE56E057F20F883E");
        }