String ll=AESUtil.getPlaintext("df33f20915b6e284a80ff4bc4c8b9559","xboxeskeyvalue");
public static String getPlaintext(String ciphertext, String password) {
byte[] decryptBytes = parseHexStr2Byte(ciphertext);
byte[] decryptResult = decrypt(decryptBytes, password);
return new String(decryptResult);
}
应该显示:阳光H
实际显示:闃冲厜H