Java's [EncryptUtill.java encryption class, what does it correspond to PHP? I found a few on the Internet, but after encryption, they can't match those of Java.
Java's [EncryptUtill.java encryption class, what does it correspond to PHP? I found a few on the Internet, but after encryption, they can’t match those of Java.
Look, you are using algorithms, MD5, BASE64, DES, RSA and other algorithms, look at the ones you are using
First look at the encryption algorithm (des, aes, 3des), iv, padding, and encrypted key in the java encryption class, and then do the same settings in php