2024年2月18日发(作者:宇文欣笑)
private static String myEncoder(String a,byte[]c,boolean isToBase64){ String result = ""; ArrayList
byte[] bytes = new byte[]; for(int i=0;i<;i++){ bytes[i]=byteR[i].byteValue(); } result = (bytes); //result = 64String(byteR); } return result; }
public static String pNew ,token,sid; public static void getEp(String vid, String ep) { String template1 = "becaf9be"; String template2 = "bf7e5f01"; //n(()); byte[] bytes = se64String(ep); ep = (bytes); String temp = myEncoder(template1, bytes, false); String[] part = ("_"); sid = part[0]; token = part[1]; String whole = sid+"_"+vid+"_"+token; byte[] newbytes = es(whole); pNew = myEncoder(template2, newbytes, true); }
2024年2月18日发(作者:宇文欣笑)
private static String myEncoder(String a,byte[]c,boolean isToBase64){ String result = ""; ArrayList
byte[] bytes = new byte[]; for(int i=0;i<;i++){ bytes[i]=byteR[i].byteValue(); } result = (bytes); //result = 64String(byteR); } return result; }
public static String pNew ,token,sid; public static void getEp(String vid, String ep) { String template1 = "becaf9be"; String template2 = "bf7e5f01"; //n(()); byte[] bytes = se64String(ep); ep = (bytes); String temp = myEncoder(template1, bytes, false); String[] part = ("_"); sid = part[0]; token = part[1]; String whole = sid+"_"+vid+"_"+token; byte[] newbytes = es(whole); pNew = myEncoder(template2, newbytes, true); }