Commit b08e89f7 by 阳浪

SwaggerConfig

parent bc7330a2
......@@ -120,4 +120,7 @@ public class ShaEncrypt {
return stringBuffer.toString();
}
public static void main(String[] args) {
System.out.println(ShaEncrypt.encryptNewPassword("123456"));
}
}
......@@ -134,7 +134,7 @@ public class SM2_NEW {
}
public static void main(String[] args) {
String encryptString = "04372463d38b2485eed534f51d80ec8906ea1eb1a2c74c40f6233e653a012c32c68e163d33b658d2d5f60b6514254712e3d6f3e3ad2de775c93fe4c0d2a03e8788c009c8354f908fee26be8aa71b563fc8de1761af4ccae8a86b830d2137ccf828f87315ce16000528deca02325d3a672755e4aca13c";
String encryptString = "0417a403ec173b90c68037f64b4f167d44c0644642f47b3cb70a33ad6deb58d7bdd5c1433e9f44ed40479f70dcb8cda55919031d2432d079dc575f02f1c760c0c16c26a9e4528b5b7d32a9d089b5aaa9a00edf212c8f93bfc68b35b8d700f611d0e0804434574d35f51a85ed4415bc45ef0a8b49b9524e";
// System.out.println("orginalString:" + orginalString);
// String encryptString = encrypt(orginalString);
System.out.println("encryptString:" + encryptString);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment