|
@@ -60,7 +60,9 @@ public class MyTest {
|
|
|
String filePath = URLEncoder.encode(name,"utf-8");
|
|
|
|
|
|
System.out.println(filePath);
|
|
|
+
|
|
|
System.out.println(DESencode("niujinsheng.sm","SSB2023BMD"));
|
|
|
+
|
|
|
System.out.println(DESdecode("C0D8A1C91E39CE7BD9D07949AC4F08E7","SSB2023BMD"));
|
|
|
|
|
|
|