This commit is contained in:
parent
06444498d4
commit
61a5e02b85
|
|
@ -70,8 +70,8 @@ public class SM4EncryptUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
// System.out.println(sm4Encrypt("18110922397"));
|
System.out.println(sm4Encrypt("18715460609"));
|
||||||
// System.out.println(sm4Decrypt("J1KE3IyZqIqgWk09Z2gWpQ==##encrypted"));
|
System.out.println(sm4Decrypt("U5BAeCf7edMkUVVHGRBMSg==##encrypted"));
|
||||||
//
|
//
|
||||||
// System.out.println(sm4Encrypt("13866134935"));
|
// System.out.println(sm4Encrypt("13866134935"));
|
||||||
// System.out.println(sm4Decrypt("29G1AUHDmLvPe1tt0t12Dw==##encrypted"));
|
// System.out.println(sm4Decrypt("29G1AUHDmLvPe1tt0t12Dw==##encrypted"));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue