• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved XML API : Getting Password for Customer Accounts

Frank.P

Regular Pleskian

Sample Response :

<password>$5$D9pDoFzjjx+9Jxmk$ZNhvXW2Tu</password>
<password_type>crypt</password_type>

How can I decrypt the password ????
 
You can't. Passwords are hashed with the sha256 algorithm for obvious security reasons.
I exists api to get password why is the reason to show encrypted ¿? if there is any security reasons, not show this parameter encrypter or not.


I found this code to decrypt if store in AES
Sample : $AES-128-CBC$ABNK35ZcqnbTYT4Q3mbaEA$HmGDWmtym6K3+kJ8uBoJOg


but not for simple crypt type ($5$D9pDoFzjjx+9Jxmk$ZNhvXW2Tu)
 
Back
Top