• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by TaylorS81

  1. T

    Passwords are not PLAIN anymore in Plesk 11?

    So I have this in a bash script, and it is telling me that the data was decrypted, but it is giving me something other than text. Any idea what I'm missing here? dbpass='$AES-128-CBC$vx1X9Uho3Gc05oEfSOCx/w==$W2OtcPR28qdI0YaMYb27Ig==' passstr=$(echo ${dbpass} | sed 's/\$AES-128-CBC\$//g')...
  2. T

    Passwords are not PLAIN anymore in Plesk 11?

    The only thing I have interest in right now is the ability to decode the database password. Maybe not even decode the password, just to reuse it somehow.
  3. T

    Passwords are not PLAIN anymore in Plesk 11?

    I'm trying to do something very similar to you. How did you decrypt the password using the secret.key file? I'm having a hard time understanding the openssl usage.
Back
Top