• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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