• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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