public void TestMD5() { string words = "zxczxczxczxczxczxczxczxcxzczxczxczx"; string md5 = HashTools.MD5Encrypt(words); Debug.Log("md5 =>" + md5); }