• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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