|
@@ -141,7 +141,7 @@ public class SM4Utils
|
|
|
|
|
|
public static void hash(){
|
|
|
//授权类型+环境变量+客户端编号
|
|
|
- String key="1+1+1005";
|
|
|
+ String key="1+2+1006";
|
|
|
System.out.println(key.hashCode());
|
|
|
}
|
|
|
|
|
@@ -149,7 +149,7 @@ public class SM4Utils
|
|
|
{
|
|
|
// hash();
|
|
|
|
|
|
- String plainText = "4370780c9a8c43e5";
|
|
|
+ String plainText = "4789894960000000";
|
|
|
|
|
|
SM4Utils sm4 = new SM4Utils();
|
|
|
sm4.hexString = false;
|