• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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