8进制 /*8进制加密*/ function EnEight(){ var monyer = new Array();var i,s; for(i=0;i<txt.value.length;i++) monyer+="\\"+txt.value.charCodeAt(i).toString(8); txt.value=monyer; } /*8进制解密*/ function DeEight(){ var monyer = new Array();var i; var s=txt.…
System.Security.Cryptography.MD5CryptoServiceProvider md5 = new System.Security.Cryptography.MD5CryptoServiceProvider(); Random ra = new Random(); ,); byte[] test = System.Text.Encoding.UTF8.GetBytes(rr.ToString()); Console.WriteLine(rr); byte[] outp…