|
|
@@ -81,7 +81,7 @@ public class EncryptDecrypt {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
// 加密
|
|
|
- System.out.println("ENC("+encryptPwd("4dage168...", "zSQCG0yyvRJISPokNZGhbhaAfh4hGX")+")");
|
|
|
+ System.out.println("ENC("+encryptPwd("4dage168...", "JK20220120%JIK")+")");
|
|
|
// 解密
|
|
|
// mysql@1234
|
|
|
// System.out.println(decyptPwd("EbfYkitulv73I2p0mXI50JMXoaxZTKJ7", "bgWQ4OfVCUJ1ExsqNhGV+KKBgpx8alv+"));
|