urlencode.encode(base64encoder(des(data,md5(key))),"utf-8") 这是JAVA方式的加密 请问在c#里面该怎么写 里面的data和key我会给值
这是md5加密么.....
先md5加密 在base64编码 在url编码。